Shades of Blue #0D0FFC
Tints of Blue #0D0FFC
RGB
CMYK
RGB Variations
Color information
#0D0FFC (or 0x0D0FFC) is known color: Blue. HEX triplet: 0D, 0F and FC. RGB value is (13,15,252). Sum of RGB (Red+Green+Blue) = 13+15+252=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 252 (98.83% from 255 or 90% from 280); Max value from RGB is 252 - color contains mainly: blue. Hex color #0D0FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0FFC is #F2F003. Grayscale: #282828. Windows color (decimal): -15921156 or 16518925. OLE color: 16518925.
HSL color Cylindrical-coordinate representation of color #0D0FFC: hue angle of 239.5º 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 #0D0FFC is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 15 | 252 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.01 |
| HSL | 239.5º | 0.98% | 0.52% | - |
| HSV(B) | 239.5º | 0.95% | 0.99% | - |
| XYZ | 17.91 | 7.46 | 92.59 | - |
| YUV | 41.42 | 246.84 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 252 | 0.95 | 0.94 | 0 | 0.01 | 239.5 | 0.98 | 0.52 |
| Hex | D | F | FC | 5F | 5E | 0 | 1 | EF | 62 | 34 |
| Octal | 15 | 17 | 374 | 137 | 136 | 0 | 1 | 357 | 142 | 64 |
| Binary | 1101 | 1111 | 11111100 | 1011111 | 1011110 | 0 | 1 | 11101111 | 1100010 | 110100 |
Color Harmonies of #0D0FFC
Complementary color
Monochromatic Colors of #0D0FFC
Black with #0D0FFC
Text Example
Text Example
White with #0D0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0FFC; }
p { color: rgb(13,15,252); }
H1.HeaderClassName
{
color: #0D0FFC;
}
.AnyTagClassName
{
color: #0D0FFC;
}
</style>
background-color css
<style>
a { background-color: #0D0FFC; }
a { background-color: rgb(13,15,252); }
div.DivClassName
{
background-color: #0D0FFC;
}
.BgClassName
{
background-color: #0D0FFC;
}
</style>
border-color css
<style>
span { border-color: #0D0FFC; }
span { border-color: rgb(13,15,252); }
td.TdClassName
{
border-color: #0D0FFC;
}
.TagClassName
{
border-color: #0D0FFC;
}
</style>