Html Css Color HEX #022DB5 International Klein Blue
📋 copy color: '#022DB5'red 2 ◦ green 45 ◦ blue 181
Shades of International Klein Blue #022DB5
Tints of International Klein Blue #022DB5
RGB
CMYK
RGB Variations
Color information
#022DB5 (or 0x022DB5) is known color: International Klein Blue. HEX triplet: 02, 2D and B5. RGB value is (2,45,181). Sum of RGB (Red+Green+Blue) = 2+45+181=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 181 (71.09% from 255 or 79.39% from 228); Max value from RGB is 181 - color contains mainly: blue. Hex color #022DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022DB5 is #FDD24A. Grayscale: #2F2F2F. Windows color (decimal): -16634443 or 11873538. OLE color: 11873538.
HSL color Cylindrical-coordinate representation of color #022DB5: hue angle of 225.59º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DB5 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 45 | 181 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.29 |
| HSL | 225.59º | 0.98% | 0.36% | - |
| HSV(B) | 225.59º | 0.99% | 0.71% | - |
| XYZ | 9.3 | 5.23 | 44.23 | - |
| YUV | 47.65 | 203.25 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 181 | 0.99 | 0.75 | 0 | 0.29 | 225.59 | 0.98 | 0.36 |
| Hex | 2 | 2D | B5 | 63 | 4B | 0 | 1D | E2 | 62 | 24 |
| Octal | 2 | 55 | 265 | 143 | 113 | 0 | 35 | 342 | 142 | 44 |
| Binary | 10 | 101101 | 10110101 | 1100011 | 1001011 | 0 | 11101 | 11100010 | 1100010 | 100100 |
Color Harmonies of #022DB5
Complementary color
Monochromatic Colors of #022DB5
Black with #022DB5
Text Example
Text Example
White with #022DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022DB5; }
p { color: rgb(2,45,181); }
H1.HeaderClassName
{
color: #022DB5;
}
.AnyTagClassName
{
color: #022DB5;
}
</style>
background-color css
<style>
a { background-color: #022DB5; }
a { background-color: rgb(2,45,181); }
div.DivClassName
{
background-color: #022DB5;
}
.BgClassName
{
background-color: #022DB5;
}
</style>
border-color css
<style>
span { border-color: #022DB5; }
span { border-color: rgb(2,45,181); }
td.TdClassName
{
border-color: #022DB5;
}
.TagClassName
{
border-color: #022DB5;
}
</style>