Html Css Color HEX #021DA8 International Klein Blue

📋 copy color: '#021DA8'

red 2 ◦ green 29 ◦ blue 168

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

Shades of International Klein Blue #021DA8

Tints of International Klein Blue #021DA8

RGB

 RED value IS 2 (1.17% from 255) = 1.01%

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

 BLUE value IS 168 (66.02% from 255) = 84.42%

R = 1.01%
G = 14.57%
B = 84.42%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#021DA8 (or 0x021DA8) is known color: International Klein Blue. HEX triplet: 02, 1D and A8. RGB value is (2,29,168). Sum of RGB (Red+Green+Blue) = 2+29+168=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 168 (66.02% from 255 or 84.42% from 199); Max value from RGB is 168 - color contains mainly: blue. Hex color #021DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021DA8 is #FDE257. Grayscale: #242424. Windows color (decimal): -16638552 or 11017474. OLE color: 11017474.

HSL color Cylindrical-coordinate representation of color #021DA8: hue angle of 230.24º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DA8 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 29 168 -
CMYK 0.99 0.83 0 0.34
HSL 230.24º 0.98% 0.33% -
HSV(B) 230.24º 0.99% 0.66% -
XYZ 7.53 3.72 37.37 -
YUV 36.77 202.05 103.2 -
System Red Green Blue C M Y K H S L
Decimal 2 29 168 0.99 0.83 0 0.34 230.24 0.98 0.33
Hex 2 1D A8 63 53 0 22 E6 62 21
Octal 2 35 250 143 123 0 42 346 142 41
Binary 10 11101 10101000 1100011 1010011 0 100010 11100110 1100010 100001

Color Harmonies of #021DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021DA8

Black with #021DA8

Text Example


Text Example

White with #021DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021DA8; }

 p { color: rgb(2,29,168); }

 H1.HeaderClassName
 {
   color: #021DA8;
 }
 .AnyTagClassName
 {
   color: #021DA8;
 }
</style>

background-color css

<style>
 a { background-color: #021DA8; }

 a { background-color: rgb(2,29,168); }

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

border-color css

<style>
 span { border-color: #021DA8; }

 span { border-color: rgb(2,29,168); }

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