Shades of Blue #0D0DEF
Tints of Blue #0D0DEF
RGB
CMYK
RGB Variations
Color information
#0D0DEF (or 0x0D0DEF) is known color: Blue. HEX triplet: 0D, 0D and EF. RGB value is (13,13,239). Sum of RGB (Red+Green+Blue) = 13+13+239=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 239 (93.75% from 255 or 90.19% from 265); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D0DEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0DEF is #F2F210. Grayscale: #252525. Windows color (decimal): -15921681 or 15666445. OLE color: 15666445.
HSL color Cylindrical-coordinate representation of color #0D0DEF: hue angle of 240º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0DEF is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 13 | 239 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.06 |
| HSL | 240º | 0.9% | 0.49% | - |
| HSV(B) | 240º | 0.95% | 0.94% | - |
| XYZ | 15.89 | 6.61 | 82.1 | - |
| YUV | 38.76 | 241 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 13 | 239 | 0.95 | 0.95 | 0 | 0.06 | 240 | 0.9 | 0.49 |
| Hex | D | D | EF | 5F | 5F | 0 | 6 | F0 | 5A | 31 |
| Octal | 15 | 15 | 357 | 137 | 137 | 0 | 6 | 360 | 132 | 61 |
| Binary | 1101 | 1101 | 11101111 | 1011111 | 1011111 | 0 | 110 | 11110000 | 1011010 | 110001 |
Color Harmonies of #0D0DEF
Complementary color
Monochromatic Colors of #0D0DEF
Black with #0D0DEF
Text Example
Text Example
White with #0D0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0DEF; }
p { color: rgb(13,13,239); }
H1.HeaderClassName
{
color: #0D0DEF;
}
.AnyTagClassName
{
color: #0D0DEF;
}
</style>
background-color css
<style>
a { background-color: #0D0DEF; }
a { background-color: rgb(13,13,239); }
div.DivClassName
{
background-color: #0D0DEF;
}
.BgClassName
{
background-color: #0D0DEF;
}
</style>
border-color css
<style>
span { border-color: #0D0DEF; }
span { border-color: rgb(13,13,239); }
td.TdClassName
{
border-color: #0D0DEF;
}
.TagClassName
{
border-color: #0D0DEF;
}
</style>