Html Css Color HEX #022CC2 International Klein Blue
📋 copy color: '#022CC2'red 2 ◦ green 44 ◦ blue 194
Shades of International Klein Blue #022CC2
Tints of International Klein Blue #022CC2
RGB
CMYK
RGB Variations
Color information
#022CC2 (or 0x022CC2) is known color: International Klein Blue. HEX triplet: 02, 2C and C2. RGB value is (2,44,194). Sum of RGB (Red+Green+Blue) = 2+44+194=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 194 (76.17% from 255 or 80.83% from 240); Max value from RGB is 194 - color contains mainly: blue. Hex color #022CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CC2 is #FDD33D. Grayscale: #2F2F2F. Windows color (decimal): -16634686 or 12725250. OLE color: 12725250.
HSL color Cylindrical-coordinate representation of color #022CC2: hue angle of 226.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CC2 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 44 | 194 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.24 |
| HSL | 226.88º | 0.98% | 0.38% | - |
| HSV(B) | 226.88º | 0.99% | 0.76% | - |
| XYZ | 10.66 | 5.71 | 51.58 | - |
| YUV | 48.54 | 210.09 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 194 | 0.99 | 0.77 | 0 | 0.24 | 226.88 | 0.98 | 0.38 |
| Hex | 2 | 2C | C2 | 63 | 4D | 0 | 18 | E3 | 62 | 26 |
| Octal | 2 | 54 | 302 | 143 | 115 | 0 | 30 | 343 | 142 | 46 |
| Binary | 10 | 101100 | 11000010 | 1100011 | 1001101 | 0 | 11000 | 11100011 | 1100010 | 100110 |
Color Harmonies of #022CC2
Complementary color
Monochromatic Colors of #022CC2
Black with #022CC2
Text Example
Text Example
White with #022CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CC2; }
p { color: rgb(2,44,194); }
H1.HeaderClassName
{
color: #022CC2;
}
.AnyTagClassName
{
color: #022CC2;
}
</style>
background-color css
<style>
a { background-color: #022CC2; }
a { background-color: rgb(2,44,194); }
div.DivClassName
{
background-color: #022CC2;
}
.BgClassName
{
background-color: #022CC2;
}
</style>
border-color css
<style>
span { border-color: #022CC2; }
span { border-color: rgb(2,44,194); }
td.TdClassName
{
border-color: #022CC2;
}
.TagClassName
{
border-color: #022CC2;
}
</style>