Html Css Color HEX #001DD9 Medium Blue

📋 copy color: '#001DD9'

red 0 ◦ green 29 ◦ blue 217

#001DD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #001DD9

Tints of Medium Blue #001DD9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 29 (11.72% from 255) = 11.79%

 BLUE value IS 217 (85.16% from 255) = 88.21%

R = 0%
G = 11.79%
B = 88.21%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#001DD9 (or 0x001DD9) is known color: Medium Blue. HEX triplet: 00, 1D and D9. RGB value is (0,29,217). Sum of RGB (Red+Green+Blue) = 0+29+217=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 217 (85.16% from 255 or 88.21% from 246); Max value from RGB is 217 - color contains mainly: blue. Hex color #001DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DD9 is #FFE226. Grayscale: #282828. Windows color (decimal): -16769575 or 14228736. OLE color: 14228736.

HSL color Cylindrical-coordinate representation of color #001DD9: hue angle of 231.98º 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 #001DD9 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 29 217 -
CMYK 1 0.87 0 0.15
HSL 231.98º 1% 0.43% -
HSV(B) 231.98º 1% 0.85% -
XYZ 12.96 5.89 66.1 -
YUV 41.76 226.89 98.21 -
System Red Green Blue C M Y K H S L
Decimal 0 29 217 1 0.87 0 0.15 231.98 1 0.43
Hex 0 1D D9 64 57 0 F E8 64 2B
Octal 0 35 331 144 127 0 17 350 144 53
Binary 0 11101 11011001 1100100 1010111 0 1111 11101000 1100100 101011

Color Harmonies of #001DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DD9

Black with #001DD9

Text Example


Text Example

White with #001DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001DD9;
 }
 .AnyTagClassName
 {
   color: #001DD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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