Shades of Blue #0D0EFD
Tints of Blue #0D0EFD
RGB
CMYK
RGB Variations
Color information
#0D0EFD (or 0x0D0EFD) is known color: Blue. HEX triplet: 0D, 0E and FD. RGB value is (13,14,253). Sum of RGB (Red+Green+Blue) = 13+14+253=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 253 (99.22% from 255 or 90.36% from 280); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D0EFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0EFD is #F2F102. Grayscale: #272727. Windows color (decimal): -15921411 or 16584205. OLE color: 16584205.
HSL color Cylindrical-coordinate representation of color #0D0EFD: hue angle of 239.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0EFD is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 14 | 253 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.01 |
| HSL | 239.75º | 0.98% | 0.52% | - |
| HSV(B) | 239.75º | 0.95% | 0.99% | - |
| XYZ | 18.05 | 7.49 | 93.42 | - |
| YUV | 40.95 | 247.67 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 253 | 0.95 | 0.94 | 0 | 0.01 | 239.75 | 0.98 | 0.52 |
| Hex | D | E | FD | 5F | 5E | 0 | 1 | F0 | 62 | 34 |
| Octal | 15 | 16 | 375 | 137 | 136 | 0 | 1 | 360 | 142 | 64 |
| Binary | 1101 | 1110 | 11111101 | 1011111 | 1011110 | 0 | 1 | 11110000 | 1100010 | 110100 |
Color Harmonies of #0D0EFD
Complementary color
Monochromatic Colors of #0D0EFD
Black with #0D0EFD
Text Example
Text Example
White with #0D0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0EFD; }
p { color: rgb(13,14,253); }
H1.HeaderClassName
{
color: #0D0EFD;
}
.AnyTagClassName
{
color: #0D0EFD;
}
</style>
background-color css
<style>
a { background-color: #0D0EFD; }
a { background-color: rgb(13,14,253); }
div.DivClassName
{
background-color: #0D0EFD;
}
.BgClassName
{
background-color: #0D0EFD;
}
</style>
border-color css
<style>
span { border-color: #0D0EFD; }
span { border-color: rgb(13,14,253); }
td.TdClassName
{
border-color: #0D0EFD;
}
.TagClassName
{
border-color: #0D0EFD;
}
</style>