Html Css Color HEX #022DB2 International Klein Blue

📋 copy color: '#022DB2'

red 2 ◦ green 45 ◦ blue 178

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

Shades of International Klein Blue #022DB2

Tints of International Klein Blue #022DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 79.11%

R = 0.89%
G = 20%
B = 79.11%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#022DB2 (or 0x022DB2) is known color: International Klein Blue. HEX triplet: 02, 2D and B2. RGB value is (2,45,178). Sum of RGB (Red+Green+Blue) = 2+45+178=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 178 (69.92% from 255 or 79.11% from 225); Max value from RGB is 178 - color contains mainly: blue. Hex color #022DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DB2 is #FDD24D. Grayscale: #2E2E2E. Windows color (decimal): -16634446 or 11676930. OLE color: 11676930.

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

Color convert

RGB 2 45 178 -
CMYK 0.99 0.75 0 0.30
HSL 225.34º 0.98% 0.35% -
HSV(B) 225.34º 0.99% 0.7% -
XYZ 9 5.1 42.63 -
YUV 47.31 201.75 95.69 -
System Red Green Blue C M Y K H S L
Decimal 2 45 178 0.99 0.75 0 0.30 225.34 0.98 0.35
Hex 2 2D B2 63 4B 0 1E E1 62 23
Octal 2 55 262 143 113 0 36 341 142 43
Binary 10 101101 10110010 1100011 1001011 0 11110 11100001 1100010 100011

Color Harmonies of #022DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DB2

Black with #022DB2

Text Example


Text Example

White with #022DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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