Shades of Blue #0D0EED
Tints of Blue #0D0EED
RGB
CMYK
RGB Variations
Color information
#0D0EED (or 0x0D0EED) is known color: Blue. HEX triplet: 0D, 0E and ED. RGB value is (13,14,237). Sum of RGB (Red+Green+Blue) = 13+14+237=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 237 (92.97% from 255 or 89.77% from 264); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D0EED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0EED is #F2F112. Grayscale: #262626. Windows color (decimal): -15921427 or 15535629. OLE color: 15535629.
HSL color Cylindrical-coordinate representation of color #0D0EED: hue angle of 239.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0EED is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 14 | 237 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.07 |
| HSL | 239.73º | 0.9% | 0.49% | - |
| HSV(B) | 239.73º | 0.95% | 0.93% | - |
| XYZ | 15.61 | 6.51 | 80.56 | - |
| YUV | 39.12 | 239.67 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 237 | 0.95 | 0.94 | 0 | 0.07 | 239.73 | 0.9 | 0.49 |
| Hex | D | E | ED | 5F | 5E | 0 | 7 | F0 | 5A | 31 |
| Octal | 15 | 16 | 355 | 137 | 136 | 0 | 7 | 360 | 132 | 61 |
| Binary | 1101 | 1110 | 11101101 | 1011111 | 1011110 | 0 | 111 | 11110000 | 1011010 | 110001 |
Color Harmonies of #0D0EED
Complementary color
Monochromatic Colors of #0D0EED
Black with #0D0EED
Text Example
Text Example
White with #0D0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0EED; }
p { color: rgb(13,14,237); }
H1.HeaderClassName
{
color: #0D0EED;
}
.AnyTagClassName
{
color: #0D0EED;
}
</style>
background-color css
<style>
a { background-color: #0D0EED; }
a { background-color: rgb(13,14,237); }
div.DivClassName
{
background-color: #0D0EED;
}
.BgClassName
{
background-color: #0D0EED;
}
</style>
border-color css
<style>
span { border-color: #0D0EED; }
span { border-color: rgb(13,14,237); }
td.TdClassName
{
border-color: #0D0EED;
}
.TagClassName
{
border-color: #0D0EED;
}
</style>