Html Css Color HEX #001DD8 Medium Blue

📋 copy color: '#001DD8'

red 0 ◦ green 29 ◦ blue 216

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

Shades of Medium Blue #001DD8

Tints of Medium Blue #001DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 88.16%

R = 0%
G = 11.84%
B = 88.16%

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

#001DD8 (or 0x001DD8) is known color: Medium Blue. HEX triplet: 00, 1D and D8. RGB value is (0,29,216). Sum of RGB (Red+Green+Blue) = 0+29+216=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 216 (84.77% from 255 or 88.16% from 245); Max value from RGB is 216 - color contains mainly: blue. Hex color #001DD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DD8 is #FFE227. Grayscale: #282828. Windows color (decimal): -16769576 or 14163200. OLE color: 14163200.

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

Color convert

RGB 0 29 216 -
CMYK 1 0.87 0 0.15
HSL 231.94º 1% 0.42% -
HSV(B) 231.94º 1% 0.85% -
XYZ 12.83 5.84 65.42 -
YUV 41.65 226.39 98.29 -
System Red Green Blue C M Y K H S L
Decimal 0 29 216 1 0.87 0 0.15 231.94 1 0.42
Hex 0 1D D8 64 57 0 F E8 64 2A
Octal 0 35 330 144 127 0 17 350 144 52
Binary 0 11101 11011000 1100100 1010111 0 1111 11101000 1100100 101010

Color Harmonies of #001DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DD8

Black with #001DD8

Text Example


Text Example

White with #001DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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