Html Css Color HEX #021DB2 International Klein Blue
📋 copy color: '#021DB2'red 2 ◦ green 29 ◦ blue 178
Shades of International Klein Blue #021DB2
Tints of International Klein Blue #021DB2
RGB
CMYK
RGB Variations
Color information
#021DB2 (or 0x021DB2) is known color: International Klein Blue. HEX triplet: 02, 1D and B2. RGB value is (2,29,178). Sum of RGB (Red+Green+Blue) = 2+29+178=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 178 (69.92% from 255 or 85.17% from 209); Max value from RGB is 178 - color contains mainly: blue. Hex color #021DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021DB2 is #FDE24D. Grayscale: #252525. Windows color (decimal): -16638542 or 11672834. OLE color: 11672834.
HSL color Cylindrical-coordinate representation of color #021DB2: hue angle of 230.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DB2 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 29 | 178 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.30 |
| HSL | 230.8º | 0.98% | 0.35% | - |
| HSV(B) | 230.8º | 0.99% | 0.7% | - |
| XYZ | 8.5 | 4.11 | 42.46 | - |
| YUV | 37.91 | 207.05 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 178 | 0.99 | 0.84 | 0 | 0.30 | 230.8 | 0.98 | 0.35 |
| Hex | 2 | 1D | B2 | 63 | 54 | 0 | 1E | E7 | 62 | 23 |
| Octal | 2 | 35 | 262 | 143 | 124 | 0 | 36 | 347 | 142 | 43 |
| Binary | 10 | 11101 | 10110010 | 1100011 | 1010100 | 0 | 11110 | 11100111 | 1100010 | 100011 |
Color Harmonies of #021DB2
Complementary color
Monochromatic Colors of #021DB2
Black with #021DB2
Text Example
Text Example
White with #021DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DB2; }
p { color: rgb(2,29,178); }
H1.HeaderClassName
{
color: #021DB2;
}
.AnyTagClassName
{
color: #021DB2;
}
</style>
background-color css
<style>
a { background-color: #021DB2; }
a { background-color: rgb(2,29,178); }
div.DivClassName
{
background-color: #021DB2;
}
.BgClassName
{
background-color: #021DB2;
}
</style>
border-color css
<style>
span { border-color: #021DB2; }
span { border-color: rgb(2,29,178); }
td.TdClassName
{
border-color: #021DB2;
}
.TagClassName
{
border-color: #021DB2;
}
</style>