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