Html Css Color HEX #022FB8 International Klein Blue
📋 copy color: '#022FB8'red 2 ◦ green 47 ◦ blue 184
Shades of International Klein Blue #022FB8
Tints of International Klein Blue #022FB8
RGB
CMYK
RGB Variations
Color information
#022FB8 (or 0x022FB8) is known color: International Klein Blue. HEX triplet: 02, 2F and B8. RGB value is (2,47,184). Sum of RGB (Red+Green+Blue) = 2+47+184=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 184 (72.27% from 255 or 78.97% from 233); Max value from RGB is 184 - color contains mainly: blue. Hex color #022FB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FB8 is #FDD047. Grayscale: #303030. Windows color (decimal): -16633928 or 12070658. OLE color: 12070658.
HSL color Cylindrical-coordinate representation of color #022FB8: hue angle of 225.16º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FB8 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 47 | 184 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.28 |
| HSL | 225.16º | 0.98% | 0.36% | - |
| HSV(B) | 225.16º | 0.99% | 0.72% | - |
| XYZ | 9.69 | 5.51 | 45.9 | - |
| YUV | 49.16 | 204.09 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 184 | 0.99 | 0.74 | 0 | 0.28 | 225.16 | 0.98 | 0.36 |
| Hex | 2 | 2F | B8 | 63 | 4A | 0 | 1C | E1 | 62 | 24 |
| Octal | 2 | 57 | 270 | 143 | 112 | 0 | 34 | 341 | 142 | 44 |
| Binary | 10 | 101111 | 10111000 | 1100011 | 1001010 | 0 | 11100 | 11100001 | 1100010 | 100100 |
Color Harmonies of #022FB8
Complementary color
Monochromatic Colors of #022FB8
Black with #022FB8
Text Example
Text Example
White with #022FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FB8; }
p { color: rgb(2,47,184); }
H1.HeaderClassName
{
color: #022FB8;
}
.AnyTagClassName
{
color: #022FB8;
}
</style>
background-color css
<style>
a { background-color: #022FB8; }
a { background-color: rgb(2,47,184); }
div.DivClassName
{
background-color: #022FB8;
}
.BgClassName
{
background-color: #022FB8;
}
</style>
border-color css
<style>
span { border-color: #022FB8; }
span { border-color: rgb(2,47,184); }
td.TdClassName
{
border-color: #022FB8;
}
.TagClassName
{
border-color: #022FB8;
}
</style>