Shades of Medium Blue #0E02DB
Tints of Medium Blue #0E02DB
RGB
CMYK
RGB Variations
Color information
#0E02DB (or 0x0E02DB) is known color: Medium Blue. HEX triplet: 0E, 02 and DB. RGB value is (14,2,219). Sum of RGB (Red+Green+Blue) = 14+2+219=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 219 (85.94% from 255 or 93.19% from 235); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E02DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E02DB is #F1FD24. Grayscale: #1D1D1D. Windows color (decimal): -15858981 or 14352910. OLE color: 14352910.
HSL color Cylindrical-coordinate representation of color #0E02DB: hue angle of 243.32º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02DB is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 2 | 219 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.14 |
| HSL | 243.32º | 0.98% | 0.43% | - |
| HSV(B) | 243.32º | 0.99% | 0.86% | - |
| XYZ | 12.99 | 5.25 | 67.35 | - |
| YUV | 30.33 | 234.48 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 219 | 0.94 | 0.99 | 0 | 0.14 | 243.32 | 0.98 | 0.43 |
| Hex | E | 2 | DB | 5E | 63 | 0 | E | F3 | 62 | 2B |
| Octal | 16 | 2 | 333 | 136 | 143 | 0 | 16 | 363 | 142 | 53 |
| Binary | 1110 | 10 | 11011011 | 1011110 | 1100011 | 0 | 1110 | 11110011 | 1100010 | 101011 |
Color Harmonies of #0E02DB
Complementary color
Monochromatic Colors of #0E02DB
Black with #0E02DB
Text Example
Text Example
White with #0E02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E02DB; }
p { color: rgb(14,2,219); }
H1.HeaderClassName
{
color: #0E02DB;
}
.AnyTagClassName
{
color: #0E02DB;
}
</style>
background-color css
<style>
a { background-color: #0E02DB; }
a { background-color: rgb(14,2,219); }
div.DivClassName
{
background-color: #0E02DB;
}
.BgClassName
{
background-color: #0E02DB;
}
</style>
border-color css
<style>
span { border-color: #0E02DB; }
span { border-color: rgb(14,2,219); }
td.TdClassName
{
border-color: #0E02DB;
}
.TagClassName
{
border-color: #0E02DB;
}
</style>