Shades of Blue #020DED
Tints of Blue #020DED
RGB
CMYK
RGB Variations
Color information
#020DED (or 0x020DED) is known color: Blue. HEX triplet: 02, 0D and ED. RGB value is (2,13,237). Sum of RGB (Red+Green+Blue) = 2+13+237=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 237 (92.97% from 255 or 94.05% from 252); Max value from RGB is 237 - color contains mainly: blue. Hex color #020DED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020DED is #FDF212. Grayscale: #222222. Windows color (decimal): -16642579 or 15535362. OLE color: 15535362.
HSL color Cylindrical-coordinate representation of color #020DED: hue angle of 237.19º 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 #020DED is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 13 | 237 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.07 |
| HSL | 237.19º | 0.98% | 0.47% | - |
| HSV(B) | 237.19º | 0.99% | 0.93% | - |
| XYZ | 15.46 | 6.42 | 80.54 | - |
| YUV | 35.25 | 241.86 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 237 | 0.99 | 0.95 | 0 | 0.07 | 237.19 | 0.98 | 0.47 |
| Hex | 2 | D | ED | 63 | 5F | 0 | 7 | ED | 62 | 2F |
| Octal | 2 | 15 | 355 | 143 | 137 | 0 | 7 | 355 | 142 | 57 |
| Binary | 10 | 1101 | 11101101 | 1100011 | 1011111 | 0 | 111 | 11101101 | 1100010 | 101111 |
Color Harmonies of #020DED
Complementary color
Monochromatic Colors of #020DED
Black with #020DED
Text Example
Text Example
White with #020DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DED; }
p { color: rgb(2,13,237); }
H1.HeaderClassName
{
color: #020DED;
}
.AnyTagClassName
{
color: #020DED;
}
</style>
background-color css
<style>
a { background-color: #020DED; }
a { background-color: rgb(2,13,237); }
div.DivClassName
{
background-color: #020DED;
}
.BgClassName
{
background-color: #020DED;
}
</style>
border-color css
<style>
span { border-color: #020DED; }
span { border-color: rgb(2,13,237); }
td.TdClassName
{
border-color: #020DED;
}
.TagClassName
{
border-color: #020DED;
}
</style>