Shades of Blue #0D0BF5
Tints of Blue #0D0BF5
RGB
CMYK
RGB Variations
Color information
#0D0BF5 (or 0x0D0BF5) is known color: Blue. HEX triplet: 0D, 0B and F5. RGB value is (13,11,245). Sum of RGB (Red+Green+Blue) = 13+11+245=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 245 (96.09% from 255 or 91.08% from 269); Max value from RGB is 245 - color contains mainly: blue. Hex color #0D0BF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0BF5 is #F2F40A. Grayscale: #252525. Windows color (decimal): -15922187 or 16059149. OLE color: 16059149.
HSL color Cylindrical-coordinate representation of color #0D0BF5: hue angle of 240.51º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0BF5 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 11 | 245 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.04 |
| HSL | 240.51º | 0.92% | 0.5% | - |
| HSV(B) | 240.51º | 0.96% | 0.96% | - |
| XYZ | 16.77 | 6.92 | 86.84 | - |
| YUV | 38.27 | 244.66 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 245 | 0.95 | 0.96 | 0 | 0.04 | 240.51 | 0.92 | 0.5 |
| Hex | D | B | F5 | 5F | 60 | 0 | 4 | F1 | 5C | 32 |
| Octal | 15 | 13 | 365 | 137 | 140 | 0 | 4 | 361 | 134 | 62 |
| Binary | 1101 | 1011 | 11110101 | 1011111 | 1100000 | 0 | 100 | 11110001 | 1011100 | 110010 |
Color Harmonies of #0D0BF5
Complementary color
Monochromatic Colors of #0D0BF5
Black with #0D0BF5
Text Example
Text Example
White with #0D0BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0BF5; }
p { color: rgb(13,11,245); }
H1.HeaderClassName
{
color: #0D0BF5;
}
.AnyTagClassName
{
color: #0D0BF5;
}
</style>
background-color css
<style>
a { background-color: #0D0BF5; }
a { background-color: rgb(13,11,245); }
div.DivClassName
{
background-color: #0D0BF5;
}
.BgClassName
{
background-color: #0D0BF5;
}
</style>
border-color css
<style>
span { border-color: #0D0BF5; }
span { border-color: rgb(13,11,245); }
td.TdClassName
{
border-color: #0D0BF5;
}
.TagClassName
{
border-color: #0D0BF5;
}
</style>