#022DBF

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

Shades of International Klein Blue #022DBF

Tints of International Klein Blue #022DBF

Color information

#022DBF (or 0x022DBF) is unknown color: approx International Klein Blue. HEX triplet: 02, 2D and BF. RGB value is (2,45,191). Sum of RGB (Red+Green+Blue) = 2+45+191=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #022DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DBF is #FDD240. Grayscale: #303030. Windows color (decimal): -16634433 or 12528898. OLE color: 12528898.

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

Color convert

RGB245191-
CMYK0.990.7600.25
HSL226.35º97.93%37.84%-
HSV(B)226.35º98.95%74.9%-
XYZ10.375.6549.83-
YUV48.79208.2594.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 45 (17.97% from 255) = 18.91%
BLUE value IS 191 (75% from 255) = 80.25%
R=0.84%
G=18.91%
B=80.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2451910.990.7600.25226.3597.9337.84
Hex22DBF634C019e26226
Octal25527714311403134214246
Binary101011011011111111000111001100011001111000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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