Html Css Color HEX #022DBD International Klein Blue
📋 copy color: '#022DBD'red 2 ◦ green 45 ◦ blue 189
Shades of International Klein Blue #022DBD
Tints of International Klein Blue #022DBD
RGB
CMYK
RGB Variations
Color information
#022DBD (or 0x022DBD) is known color: International Klein Blue. HEX triplet: 02, 2D and BD. RGB value is (2,45,189). Sum of RGB (Red+Green+Blue) = 2+45+189=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #022DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DBD is #FDD242. Grayscale: #2F2F2F. Windows color (decimal): -16634435 or 12397826. OLE color: 12397826.
HSL color Cylindrical-coordinate representation of color #022DBD: hue angle of 226.2º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DBD is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 45 | 189 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.26 |
| HSL | 226.2º | 0.98% | 0.37% | - |
| HSV(B) | 226.2º | 0.99% | 0.74% | - |
| XYZ | 10.15 | 5.56 | 48.68 | - |
| YUV | 48.56 | 207.25 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 189 | 0.99 | 0.76 | 0 | 0.26 | 226.2 | 0.98 | 0.37 |
| Hex | 2 | 2D | BD | 63 | 4C | 0 | 1A | E2 | 62 | 25 |
| Octal | 2 | 55 | 275 | 143 | 114 | 0 | 32 | 342 | 142 | 45 |
| Binary | 10 | 101101 | 10111101 | 1100011 | 1001100 | 0 | 11010 | 11100010 | 1100010 | 100101 |
Color Harmonies of #022DBD
Complementary color
Monochromatic Colors of #022DBD
Black with #022DBD
Text Example
Text Example
White with #022DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DBD; }
p { color: rgb(2,45,189); }
H1.HeaderClassName
{
color: #022DBD;
}
.AnyTagClassName
{
color: #022DBD;
}
</style>
background-color css
<style>
a { background-color: #022DBD; }
a { background-color: rgb(2,45,189); }
div.DivClassName
{
background-color: #022DBD;
}
.BgClassName
{
background-color: #022DBD;
}
</style>
border-color css
<style>
span { border-color: #022DBD; }
span { border-color: rgb(2,45,189); }
td.TdClassName
{
border-color: #022DBD;
}
.TagClassName
{
border-color: #022DBD;
}
</style>