Shades of Blue #0D0FFA
Tints of Blue #0D0FFA
RGB
CMYK
RGB Variations
Color information
#0D0FFA (or 0x0D0FFA) is known color: Blue. HEX triplet: 0D, 0F and FA. RGB value is (13,15,250). Sum of RGB (Red+Green+Blue) = 13+15+250=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 250 (98.05% from 255 or 89.93% from 278); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D0FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0FFA is #F2F005. Grayscale: #282828. Windows color (decimal): -15921158 or 16387853. OLE color: 16387853.
HSL color Cylindrical-coordinate representation of color #0D0FFA: hue angle of 239.49º degrees, saturation: 0.96, 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 #0D0FFA is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 15 | 250 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.02 |
| HSL | 239.49º | 0.96% | 0.52% | - |
| HSV(B) | 239.49º | 0.95% | 0.98% | - |
| XYZ | 17.59 | 7.33 | 90.93 | - |
| YUV | 41.19 | 245.84 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 250 | 0.95 | 0.94 | 0 | 0.02 | 239.49 | 0.96 | 0.52 |
| Hex | D | F | FA | 5F | 5E | 0 | 2 | EF | 60 | 34 |
| Octal | 15 | 17 | 372 | 137 | 136 | 0 | 2 | 357 | 140 | 64 |
| Binary | 1101 | 1111 | 11111010 | 1011111 | 1011110 | 0 | 10 | 11101111 | 1100000 | 110100 |
Color Harmonies of #0D0FFA
Complementary color
Monochromatic Colors of #0D0FFA
Black with #0D0FFA
Text Example
Text Example
White with #0D0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0FFA; }
p { color: rgb(13,15,250); }
H1.HeaderClassName
{
color: #0D0FFA;
}
.AnyTagClassName
{
color: #0D0FFA;
}
</style>
background-color css
<style>
a { background-color: #0D0FFA; }
a { background-color: rgb(13,15,250); }
div.DivClassName
{
background-color: #0D0FFA;
}
.BgClassName
{
background-color: #0D0FFA;
}
</style>
border-color css
<style>
span { border-color: #0D0FFA; }
span { border-color: rgb(13,15,250); }
td.TdClassName
{
border-color: #0D0FFA;
}
.TagClassName
{
border-color: #0D0FFA;
}
</style>