Html Css Color HEX #021DB4 International Klein Blue
📋 copy color: '#021DB4'red 2 ◦ green 29 ◦ blue 180
Shades of International Klein Blue #021DB4
Tints of International Klein Blue #021DB4
RGB
CMYK
RGB Variations
Color information
#021DB4 (or 0x021DB4) is known color: International Klein Blue. HEX triplet: 02, 1D and B4. RGB value is (2,29,180). Sum of RGB (Red+Green+Blue) = 2+29+180=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 180 (70.70% from 255 or 85.31% from 211); Max value from RGB is 180 - color contains mainly: blue. Hex color #021DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DB4 is #FDE24B. Grayscale: #252525. Windows color (decimal): -16638540 or 11803906. OLE color: 11803906.
HSL color Cylindrical-coordinate representation of color #021DB4: hue angle of 230.9º 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 #021DB4 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 29 | 180 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.29 |
| HSL | 230.9º | 0.98% | 0.36% | - |
| HSV(B) | 230.9º | 0.99% | 0.71% | - |
| XYZ | 8.7 | 4.19 | 43.53 | - |
| YUV | 38.14 | 208.05 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 180 | 0.99 | 0.84 | 0 | 0.29 | 230.9 | 0.98 | 0.36 |
| Hex | 2 | 1D | B4 | 63 | 54 | 0 | 1D | E7 | 62 | 24 |
| Octal | 2 | 35 | 264 | 143 | 124 | 0 | 35 | 347 | 142 | 44 |
| Binary | 10 | 11101 | 10110100 | 1100011 | 1010100 | 0 | 11101 | 11100111 | 1100010 | 100100 |
Color Harmonies of #021DB4
Complementary color
Monochromatic Colors of #021DB4
Black with #021DB4
Text Example
Text Example
White with #021DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DB4; }
p { color: rgb(2,29,180); }
H1.HeaderClassName
{
color: #021DB4;
}
.AnyTagClassName
{
color: #021DB4;
}
</style>
background-color css
<style>
a { background-color: #021DB4; }
a { background-color: rgb(2,29,180); }
div.DivClassName
{
background-color: #021DB4;
}
.BgClassName
{
background-color: #021DB4;
}
</style>
border-color css
<style>
span { border-color: #021DB4; }
span { border-color: rgb(2,29,180); }
td.TdClassName
{
border-color: #021DB4;
}
.TagClassName
{
border-color: #021DB4;
}
</style>