#001DDA

Color #001DDA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #001DDA

Tints of Medium Blue #001DDA

Color information

#001DDA (or 0x001DDA) is unknown color: approx Medium Blue. HEX triplet: 00, 1D and DA. RGB value is (0,29,218). Sum of RGB (Red+Green+Blue) = 0+29+218=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 218 (85.55% from 255 or 88.26% from 247); Max value from RGB is 218 - color contains mainly: blue. Hex color #001DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DDA is #FFE225. Grayscale: #292929. Windows color (decimal): -16769574 or 14294272. OLE color: 14294272.

HSL color Cylindrical-coordinate representation of color #001DDA: hue angle of 232.02º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DDA is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB029218-
CMYK10.8700.15
HSL232.02º100%42.75%-
HSV(B)232.02º100%85.49%-
XYZ13.095.9466.79-
YUV41.88227.3998.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 11.74%
BLUE value IS 218 (85.55% from 255) = 88.26%
R=0%
G=11.74%
B=88.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal02921810.8700.15232.0210042.75
Hex01DDA64570Fe8642b
Octal03533214412701735014453
Binary011101110110101100100101011101111111010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001DDA; }

 p { color: rgb(0,29,218); }

 H1.HeaderClassName
 {
   color: #001DDA;
 }
 .AnyTagClassName
 {
   color: #001DDA;
 }
</style>
background-color css

<style>
 a { background-color: #001DDA; }

 a { background-color: rgb(0,29,218); }

 div.DivClassName
 {
   background-color: #001DDA;
 }
 .BgClassName
 {
   background-color: #001DDA;
 }
</style>
border-color css

<style>
 span { border-color: #001DDA; }

 span { border-color: rgb(0,29,218); }

 td.TdClassName
 {
   border-color: #001DDA;
 }
 .TagClassName
 {
   border-color: #001DDA;
 }
</style>