Shades of Blue #0D0DFB
Tints of Blue #0D0DFB
RGB
CMYK
RGB Variations
Color information
#0D0DFB (or 0x0D0DFB) is known color: Blue. HEX triplet: 0D, 0D and FB. RGB value is (13,13,251). Sum of RGB (Red+Green+Blue) = 13+13+251=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 251 (98.44% from 255 or 90.61% from 277); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D0DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0DFB is #F2F204. Grayscale: #272727. Windows color (decimal): -15921669 or 16452877. OLE color: 16452877.
HSL color Cylindrical-coordinate representation of color #0D0DFB: hue angle of 240º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0DFB is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 13 | 251 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.02 |
| HSL | 240º | 0.97% | 0.52% | - |
| HSV(B) | 240º | 0.95% | 0.98% | - |
| XYZ | 17.72 | 7.34 | 91.75 | - |
| YUV | 40.13 | 247 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 13 | 251 | 0.95 | 0.95 | 0 | 0.02 | 240 | 0.97 | 0.52 |
| Hex | D | D | FB | 5F | 5F | 0 | 2 | F0 | 61 | 34 |
| Octal | 15 | 15 | 373 | 137 | 137 | 0 | 2 | 360 | 141 | 64 |
| Binary | 1101 | 1101 | 11111011 | 1011111 | 1011111 | 0 | 10 | 11110000 | 1100001 | 110100 |
Color Harmonies of #0D0DFB
Complementary color
Monochromatic Colors of #0D0DFB
Black with #0D0DFB
Text Example
Text Example
White with #0D0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0DFB; }
p { color: rgb(13,13,251); }
H1.HeaderClassName
{
color: #0D0DFB;
}
.AnyTagClassName
{
color: #0D0DFB;
}
</style>
background-color css
<style>
a { background-color: #0D0DFB; }
a { background-color: rgb(13,13,251); }
div.DivClassName
{
background-color: #0D0DFB;
}
.BgClassName
{
background-color: #0D0DFB;
}
</style>
border-color css
<style>
span { border-color: #0D0DFB; }
span { border-color: rgb(13,13,251); }
td.TdClassName
{
border-color: #0D0DFB;
}
.TagClassName
{
border-color: #0D0DFB;
}
</style>