Html Css Color HEX #002DB8 International Klein Blue

📋 copy color: '#002DB8'

red 0 ◦ green 45 ◦ blue 184

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

Shades of International Klein Blue #002DB8

Tints of International Klein Blue #002DB8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

 BLUE value IS 184 (72.27% from 255) = 80.35%

R = 0%
G = 19.65%
B = 80.35%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#002DB8 (or 0x002DB8) is known color: International Klein Blue. HEX triplet: 00, 2D and B8. RGB value is (0,45,184). Sum of RGB (Red+Green+Blue) = 0+45+184=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 184 (72.27% from 255 or 80.35% from 229); Max value from RGB is 184 - color contains mainly: blue. Hex color #002DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DB8 is #FFD247. Grayscale: #2E2E2E. Windows color (decimal): -16765512 or 12070144. OLE color: 12070144.

HSL color Cylindrical-coordinate representation of color #002DB8: hue angle of 225.33º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DB8 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 45 184 -
CMYK 1 0.76 0 0.28
HSL 225.33º 1% 0.36% -
HSV(B) 225.33º 1% 0.72% -
XYZ 9.59 5.34 45.87 -
YUV 47.39 205.09 94.2 -
System Red Green Blue C M Y K H S L
Decimal 0 45 184 1 0.76 0 0.28 225.33 1 0.36
Hex 0 2D B8 64 4C 0 1C E1 64 24
Octal 0 55 270 144 114 0 34 341 144 44
Binary 0 101101 10111000 1100100 1001100 0 11100 11100001 1100100 100100

Color Harmonies of #002DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DB8

Black with #002DB8

Text Example


Text Example

White with #002DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002DB8; }

 p { color: rgb(0,45,184); }

 H1.HeaderClassName
 {
   color: #002DB8;
 }
 .AnyTagClassName
 {
   color: #002DB8;
 }
</style>

background-color css

<style>
 a { background-color: #002DB8; }

 a { background-color: rgb(0,45,184); }

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

border-color css

<style>
 span { border-color: #002DB8; }

 span { border-color: rgb(0,45,184); }

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