Html Css Color HEX #022DAD International Klein Blue
📋 copy color: '#022DAD'red 2 ◦ green 45 ◦ blue 173
Shades of International Klein Blue #022DAD
Tints of International Klein Blue #022DAD
RGB
CMYK
RGB Variations
Color information
#022DAD (or 0x022DAD) is known color: International Klein Blue. HEX triplet: 02, 2D and AD. RGB value is (2,45,173). Sum of RGB (Red+Green+Blue) = 2+45+173=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #022DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022DAD is #FDD252. Grayscale: #2E2E2E. Windows color (decimal): -16634451 or 11349250. OLE color: 11349250.
HSL color Cylindrical-coordinate representation of color #022DAD: hue angle of 224.91º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DAD is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 45 | 173 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.32 |
| HSL | 224.91º | 0.98% | 0.34% | - |
| HSV(B) | 224.91º | 0.99% | 0.68% | - |
| XYZ | 8.51 | 4.91 | 40.03 | - |
| YUV | 46.74 | 199.25 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 173 | 0.99 | 0.74 | 0 | 0.32 | 224.91 | 0.98 | 0.34 |
| Hex | 2 | 2D | AD | 63 | 4A | 0 | 20 | E1 | 62 | 22 |
| Octal | 2 | 55 | 255 | 143 | 112 | 0 | 40 | 341 | 142 | 42 |
| Binary | 10 | 101101 | 10101101 | 1100011 | 1001010 | 0 | 100000 | 11100001 | 1100010 | 100010 |
Color Harmonies of #022DAD
Complementary color
Monochromatic Colors of #022DAD
Black with #022DAD
Text Example
Text Example
White with #022DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DAD; }
p { color: rgb(2,45,173); }
H1.HeaderClassName
{
color: #022DAD;
}
.AnyTagClassName
{
color: #022DAD;
}
</style>
background-color css
<style>
a { background-color: #022DAD; }
a { background-color: rgb(2,45,173); }
div.DivClassName
{
background-color: #022DAD;
}
.BgClassName
{
background-color: #022DAD;
}
</style>
border-color css
<style>
span { border-color: #022DAD; }
span { border-color: rgb(2,45,173); }
td.TdClassName
{
border-color: #022DAD;
}
.TagClassName
{
border-color: #022DAD;
}
</style>