Html Css Color HEX #021DB0 International Klein Blue
📋 copy color: '#021DB0'red 2 ◦ green 29 ◦ blue 176
Shades of International Klein Blue #021DB0
Tints of International Klein Blue #021DB0
RGB
CMYK
RGB Variations
Color information
#021DB0 (or 0x021DB0) is known color: International Klein Blue. HEX triplet: 02, 1D and B0. RGB value is (2,29,176). Sum of RGB (Red+Green+Blue) = 2+29+176=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 176 (69.14% from 255 or 85.02% from 207); Max value from RGB is 176 - color contains mainly: blue. Hex color #021DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021DB0 is #FDE24F. Grayscale: #252525. Windows color (decimal): -16638544 or 11541762. OLE color: 11541762.
HSL color Cylindrical-coordinate representation of color #021DB0: hue angle of 230.69º 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 #021DB0 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 29 | 176 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.31 |
| HSL | 230.69º | 0.98% | 0.35% | - |
| HSV(B) | 230.69º | 0.99% | 0.69% | - |
| XYZ | 8.3 | 4.03 | 41.41 | - |
| YUV | 37.69 | 206.05 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 176 | 0.99 | 0.84 | 0 | 0.31 | 230.69 | 0.98 | 0.35 |
| Hex | 2 | 1D | B0 | 63 | 54 | 0 | 1F | E7 | 62 | 23 |
| Octal | 2 | 35 | 260 | 143 | 124 | 0 | 37 | 347 | 142 | 43 |
| Binary | 10 | 11101 | 10110000 | 1100011 | 1010100 | 0 | 11111 | 11100111 | 1100010 | 100011 |
Color Harmonies of #021DB0
Complementary color
Monochromatic Colors of #021DB0
Black with #021DB0
Text Example
Text Example
White with #021DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DB0; }
p { color: rgb(2,29,176); }
H1.HeaderClassName
{
color: #021DB0;
}
.AnyTagClassName
{
color: #021DB0;
}
</style>
background-color css
<style>
a { background-color: #021DB0; }
a { background-color: rgb(2,29,176); }
div.DivClassName
{
background-color: #021DB0;
}
.BgClassName
{
background-color: #021DB0;
}
</style>
border-color css
<style>
span { border-color: #021DB0; }
span { border-color: rgb(2,29,176); }
td.TdClassName
{
border-color: #021DB0;
}
.TagClassName
{
border-color: #021DB0;
}
</style>