#022DB5

Color #022DB5 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #022DB5

Tints of International Klein Blue #022DB5

Color information

#022DB5 (or 0x022DB5) is unknown color: approx International Klein Blue. HEX triplet: 02, 2D and B5. RGB value is (2,45,181). Sum of RGB (Red+Green+Blue) = 2+45+181=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 181 (71.09% from 255 or 79.39% from 228); Max value from RGB is 181 - color contains mainly: blue. Hex color #022DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DB5 is #FDD24A. Grayscale: #2F2F2F. Windows color (decimal): -16634443 or 11873538. OLE color: 11873538.

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

Color convert

RGB245181-
CMYK0.990.7500.29
HSL225.59º97.81%35.88%-
HSV(B)225.59º98.9%70.98%-
XYZ9.35.2344.23-
YUV47.65203.2595.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 45 (17.97% from 255) = 19.74%
BLUE value IS 181 (71.09% from 255) = 79.39%
R=0.88%
G=19.74%
B=79.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2451810.990.7500.29225.5997.8135.88
Hex22DB5634B01De26224
Octal25526514311303534214244
Binary101011011011010111000111001011011101111000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #022DB5;
 }
 .AnyTagClassName
 {
   color: #022DB5;
 }
</style>
background-color css

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

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

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

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

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

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