Html Css Color HEX #021EB8 International Klein Blue
📋 copy color: '#021EB8'red 2 ◦ green 30 ◦ blue 184
Shades of International Klein Blue #021EB8
Tints of International Klein Blue #021EB8
RGB
CMYK
RGB Variations
Color information
#021EB8 (or 0x021EB8) is known color: International Klein Blue. HEX triplet: 02, 1E and B8. RGB value is (2,30,184). Sum of RGB (Red+Green+Blue) = 2+30+184=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 184 (72.27% from 255 or 85.19% from 216); Max value from RGB is 184 - color contains mainly: blue. Hex color #021EB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EB8 is #FDE147. Grayscale: #262626. Windows color (decimal): -16638280 or 12066306. OLE color: 12066306.
HSL color Cylindrical-coordinate representation of color #021EB8: hue angle of 230.77º 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 #021EB8 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 30 | 184 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.28 |
| HSL | 230.77º | 0.98% | 0.36% | - |
| HSV(B) | 230.77º | 0.99% | 0.72% | - |
| XYZ | 9.14 | 4.4 | 45.72 | - |
| YUV | 39.18 | 209.72 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 184 | 0.99 | 0.84 | 0 | 0.28 | 230.77 | 0.98 | 0.36 |
| Hex | 2 | 1E | B8 | 63 | 54 | 0 | 1C | E7 | 62 | 24 |
| Octal | 2 | 36 | 270 | 143 | 124 | 0 | 34 | 347 | 142 | 44 |
| Binary | 10 | 11110 | 10111000 | 1100011 | 1010100 | 0 | 11100 | 11100111 | 1100010 | 100100 |
Color Harmonies of #021EB8
Complementary color
Monochromatic Colors of #021EB8
Black with #021EB8
Text Example
Text Example
White with #021EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021EB8; }
p { color: rgb(2,30,184); }
H1.HeaderClassName
{
color: #021EB8;
}
.AnyTagClassName
{
color: #021EB8;
}
</style>
background-color css
<style>
a { background-color: #021EB8; }
a { background-color: rgb(2,30,184); }
div.DivClassName
{
background-color: #021EB8;
}
.BgClassName
{
background-color: #021EB8;
}
</style>
border-color css
<style>
span { border-color: #021EB8; }
span { border-color: rgb(2,30,184); }
td.TdClassName
{
border-color: #021EB8;
}
.TagClassName
{
border-color: #021EB8;
}
</style>