Html Css Color HEX #022DB7 International Klein Blue
📋 copy color: '#022DB7'red 2 ◦ green 45 ◦ blue 183
Shades of International Klein Blue #022DB7
Tints of International Klein Blue #022DB7
RGB
CMYK
RGB Variations
Color information
#022DB7 (or 0x022DB7) is known color: International Klein Blue. HEX triplet: 02, 2D and B7. RGB value is (2,45,183). Sum of RGB (Red+Green+Blue) = 2+45+183=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 183 (71.88% from 255 or 79.57% from 230); Max value from RGB is 183 - color contains mainly: blue. Hex color #022DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DB7 is #FDD248. Grayscale: #2F2F2F. Windows color (decimal): -16634441 or 12004610. OLE color: 12004610.
HSL color Cylindrical-coordinate representation of color #022DB7: hue angle of 225.75º 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 #022DB7 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 45 | 183 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.28 |
| HSL | 225.75º | 0.98% | 0.36% | - |
| HSV(B) | 225.75º | 0.99% | 0.72% | - |
| XYZ | 9.51 | 5.31 | 45.32 | - |
| YUV | 47.88 | 204.25 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 183 | 0.99 | 0.75 | 0 | 0.28 | 225.75 | 0.98 | 0.36 |
| Hex | 2 | 2D | B7 | 63 | 4B | 0 | 1C | E2 | 62 | 24 |
| Octal | 2 | 55 | 267 | 143 | 113 | 0 | 34 | 342 | 142 | 44 |
| Binary | 10 | 101101 | 10110111 | 1100011 | 1001011 | 0 | 11100 | 11100010 | 1100010 | 100100 |
Color Harmonies of #022DB7
Complementary color
Monochromatic Colors of #022DB7
Black with #022DB7
Text Example
Text Example
White with #022DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DB7; }
p { color: rgb(2,45,183); }
H1.HeaderClassName
{
color: #022DB7;
}
.AnyTagClassName
{
color: #022DB7;
}
</style>
background-color css
<style>
a { background-color: #022DB7; }
a { background-color: rgb(2,45,183); }
div.DivClassName
{
background-color: #022DB7;
}
.BgClassName
{
background-color: #022DB7;
}
</style>
border-color css
<style>
span { border-color: #022DB7; }
span { border-color: rgb(2,45,183); }
td.TdClassName
{
border-color: #022DB7;
}
.TagClassName
{
border-color: #022DB7;
}
</style>