Shades of Medium Blue #0E02DD
Tints of Medium Blue #0E02DD
RGB
CMYK
RGB Variations
Color information
#0E02DD (or 0x0E02DD) is known color: Medium Blue. HEX triplet: 0E, 02 and DD. RGB value is (14,2,221). Sum of RGB (Red+Green+Blue) = 14+2+221=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 221 (86.72% from 255 or 93.25% from 237); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E02DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E02DD is #F1FD22. Grayscale: #1D1D1D. Windows color (decimal): -15858979 or 14483982. OLE color: 14483982.
HSL color Cylindrical-coordinate representation of color #0E02DD: hue angle of 243.29º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02DD is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 2 | 221 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.13 |
| HSL | 243.29º | 0.98% | 0.44% | - |
| HSV(B) | 243.29º | 0.99% | 0.87% | - |
| XYZ | 13.25 | 5.36 | 68.74 | - |
| YUV | 30.55 | 235.48 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 221 | 0.94 | 0.99 | 0 | 0.13 | 243.29 | 0.98 | 0.44 |
| Hex | E | 2 | DD | 5E | 63 | 0 | D | F3 | 62 | 2C |
| Octal | 16 | 2 | 335 | 136 | 143 | 0 | 15 | 363 | 142 | 54 |
| Binary | 1110 | 10 | 11011101 | 1011110 | 1100011 | 0 | 1101 | 11110011 | 1100010 | 101100 |
Color Harmonies of #0E02DD
Complementary color
Monochromatic Colors of #0E02DD
Black with #0E02DD
Text Example
Text Example
White with #0E02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E02DD; }
p { color: rgb(14,2,221); }
H1.HeaderClassName
{
color: #0E02DD;
}
.AnyTagClassName
{
color: #0E02DD;
}
</style>
background-color css
<style>
a { background-color: #0E02DD; }
a { background-color: rgb(14,2,221); }
div.DivClassName
{
background-color: #0E02DD;
}
.BgClassName
{
background-color: #0E02DD;
}
</style>
border-color css
<style>
span { border-color: #0E02DD; }
span { border-color: rgb(14,2,221); }
td.TdClassName
{
border-color: #0E02DD;
}
.TagClassName
{
border-color: #0E02DD;
}
</style>