Shades of Blue #0D0BFA
Tints of Blue #0D0BFA
RGB
CMYK
RGB Variations
Color information
#0D0BFA (or 0x0D0BFA) is known color: Blue. HEX triplet: 0D, 0B and FA. RGB value is (13,11,250). Sum of RGB (Red+Green+Blue) = 13+11+250=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 250 (98.05% from 255 or 91.24% from 274); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D0BFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0BFA is #F2F405. Grayscale: #252525. Windows color (decimal): -15922182 or 16386829. OLE color: 16386829.
HSL color Cylindrical-coordinate representation of color #0D0BFA: hue angle of 240.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0BFA is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 11 | 250 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.02 |
| HSL | 240.5º | 0.96% | 0.51% | - |
| HSV(B) | 240.5º | 0.96% | 0.98% | - |
| XYZ | 17.54 | 7.23 | 90.91 | - |
| YUV | 38.84 | 247.16 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 250 | 0.95 | 0.96 | 0 | 0.02 | 240.5 | 0.96 | 0.51 |
| Hex | D | B | FA | 5F | 60 | 0 | 2 | F1 | 60 | 33 |
| Octal | 15 | 13 | 372 | 137 | 140 | 0 | 2 | 361 | 140 | 63 |
| Binary | 1101 | 1011 | 11111010 | 1011111 | 1100000 | 0 | 10 | 11110001 | 1100000 | 110011 |
Color Harmonies of #0D0BFA
Complementary color
Monochromatic Colors of #0D0BFA
Black with #0D0BFA
Text Example
Text Example
White with #0D0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0BFA; }
p { color: rgb(13,11,250); }
H1.HeaderClassName
{
color: #0D0BFA;
}
.AnyTagClassName
{
color: #0D0BFA;
}
</style>
background-color css
<style>
a { background-color: #0D0BFA; }
a { background-color: rgb(13,11,250); }
div.DivClassName
{
background-color: #0D0BFA;
}
.BgClassName
{
background-color: #0D0BFA;
}
</style>
border-color css
<style>
span { border-color: #0D0BFA; }
span { border-color: rgb(13,11,250); }
td.TdClassName
{
border-color: #0D0BFA;
}
.TagClassName
{
border-color: #0D0BFA;
}
</style>