Html Css Color HEX #022DB0 International Klein Blue
📋 copy color: '#022DB0'red 2 ◦ green 45 ◦ blue 176
Shades of International Klein Blue #022DB0
Tints of International Klein Blue #022DB0
RGB
CMYK
RGB Variations
Color information
#022DB0 (or 0x022DB0) is known color: International Klein Blue. HEX triplet: 02, 2D and B0. RGB value is (2,45,176). Sum of RGB (Red+Green+Blue) = 2+45+176=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 176 (69.14% from 255 or 78.92% from 223); Max value from RGB is 176 - color contains mainly: blue. Hex color #022DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DB0 is #FDD24F. Grayscale: #2E2E2E. Windows color (decimal): -16634448 or 11545858. OLE color: 11545858.
HSL color Cylindrical-coordinate representation of color #022DB0: hue angle of 225.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DB0 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 45 | 176 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.31 |
| HSL | 225.17º | 0.98% | 0.35% | - |
| HSV(B) | 225.17º | 0.99% | 0.69% | - |
| XYZ | 8.8 | 5.02 | 41.58 | - |
| YUV | 47.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 176 | 0.99 | 0.74 | 0 | 0.31 | 225.17 | 0.98 | 0.35 |
| Hex | 2 | 2D | B0 | 63 | 4A | 0 | 1F | E1 | 62 | 23 |
| Octal | 2 | 55 | 260 | 143 | 112 | 0 | 37 | 341 | 142 | 43 |
| Binary | 10 | 101101 | 10110000 | 1100011 | 1001010 | 0 | 11111 | 11100001 | 1100010 | 100011 |
Color Harmonies of #022DB0
Complementary color
Monochromatic Colors of #022DB0
Black with #022DB0
Text Example
Text Example
White with #022DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DB0; }
p { color: rgb(2,45,176); }
H1.HeaderClassName
{
color: #022DB0;
}
.AnyTagClassName
{
color: #022DB0;
}
</style>
background-color css
<style>
a { background-color: #022DB0; }
a { background-color: rgb(2,45,176); }
div.DivClassName
{
background-color: #022DB0;
}
.BgClassName
{
background-color: #022DB0;
}
</style>
border-color css
<style>
span { border-color: #022DB0; }
span { border-color: rgb(2,45,176); }
td.TdClassName
{
border-color: #022DB0;
}
.TagClassName
{
border-color: #022DB0;
}
</style>