Shades of Blue #021DED
Tints of Blue #021DED
RGB
CMYK
RGB Variations
Color information
#021DED (or 0x021DED) is known color: Blue. HEX triplet: 02, 1D and ED. RGB value is (2,29,237). Sum of RGB (Red+Green+Blue) = 2+29+237=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 237 (92.97% from 255 or 88.43% from 268); Max value from RGB is 237 - color contains mainly: blue. Hex color #021DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021DED is #FDE212. Grayscale: #2B2B2B. Windows color (decimal): -16638483 or 15539458. OLE color: 15539458.
HSL color Cylindrical-coordinate representation of color #021DED: hue angle of 233.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021DED is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 29 | 237 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.07 |
| HSL | 233.11º | 0.98% | 0.47% | - |
| HSV(B) | 233.11º | 0.99% | 0.93% | - |
| XYZ | 15.75 | 7.01 | 80.64 | - |
| YUV | 44.64 | 236.55 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 237 | 0.99 | 0.88 | 0 | 0.07 | 233.11 | 0.98 | 0.47 |
| Hex | 2 | 1D | ED | 63 | 58 | 0 | 7 | E9 | 62 | 2F |
| Octal | 2 | 35 | 355 | 143 | 130 | 0 | 7 | 351 | 142 | 57 |
| Binary | 10 | 11101 | 11101101 | 1100011 | 1011000 | 0 | 111 | 11101001 | 1100010 | 101111 |
Color Harmonies of #021DED
Complementary color
Monochromatic Colors of #021DED
Black with #021DED
Text Example
Text Example
White with #021DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021DED; }
p { color: rgb(2,29,237); }
H1.HeaderClassName
{
color: #021DED;
}
.AnyTagClassName
{
color: #021DED;
}
</style>
background-color css
<style>
a { background-color: #021DED; }
a { background-color: rgb(2,29,237); }
div.DivClassName
{
background-color: #021DED;
}
.BgClassName
{
background-color: #021DED;
}
</style>
border-color css
<style>
span { border-color: #021DED; }
span { border-color: rgb(2,29,237); }
td.TdClassName
{
border-color: #021DED;
}
.TagClassName
{
border-color: #021DED;
}
</style>