Html Css Color HEX #022DAE International Klein Blue

📋 copy color: '#022DAE'

red 2 ◦ green 45 ◦ blue 174

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

Shades of International Klein Blue #022DAE

Tints of International Klein Blue #022DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 78.73%

R = 0.9%
G = 20.36%
B = 78.73%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#022DAE (or 0x022DAE) is known color: International Klein Blue. HEX triplet: 02, 2D and AE. RGB value is (2,45,174). Sum of RGB (Red+Green+Blue) = 2+45+174=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #022DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DAE is #FDD251. Grayscale: #2E2E2E. Windows color (decimal): -16634450 or 11414786. OLE color: 11414786.

HSL color Cylindrical-coordinate representation of color #022DAE: hue angle of 225º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DAE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 45 174 -
CMYK 0.99 0.74 0 0.32
HSL 225º 0.98% 0.35% -
HSV(B) 225º 0.99% 0.68% -
XYZ 8.6 4.95 40.55 -
YUV 46.85 199.75 96.01 -
System Red Green Blue C M Y K H S L
Decimal 2 45 174 0.99 0.74 0 0.32 225 0.98 0.35
Hex 2 2D AE 63 4A 0 20 E1 62 23
Octal 2 55 256 143 112 0 40 341 142 43
Binary 10 101101 10101110 1100011 1001010 0 100000 11100001 1100010 100011

Color Harmonies of #022DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DAE

Black with #022DAE

Text Example


Text Example

White with #022DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022DAE; }

 p { color: rgb(2,45,174); }

 H1.HeaderClassName
 {
   color: #022DAE;
 }
 .AnyTagClassName
 {
   color: #022DAE;
 }
</style>

background-color css

<style>
 a { background-color: #022DAE; }

 a { background-color: rgb(2,45,174); }

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

border-color css

<style>
 span { border-color: #022DAE; }

 span { border-color: rgb(2,45,174); }

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