Shades of Blue #0B0DFD
Tints of Blue #0B0DFD
RGB
CMYK
RGB Variations
Color information
#0B0DFD (or 0x0B0DFD) is known color: Blue. HEX triplet: 0B, 0D and FD. RGB value is (11,13,253). Sum of RGB (Red+Green+Blue) = 11+13+253=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 253 (99.22% from 255 or 91.34% from 277); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B0DFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0DFD is #F4F202. Grayscale: #262626. Windows color (decimal): -16052739 or 16583947. OLE color: 16583947.
HSL color Cylindrical-coordinate representation of color #0B0DFD: 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.96%. Process color model (Four color, CMYK) of #0B0DFD is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 13 | 253 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.01 |
| HSL | 239.5º | 0.98% | 0.52% | - |
| HSV(B) | 239.5º | 0.96% | 0.99% | - |
| XYZ | 18.01 | 7.45 | 93.42 | - |
| YUV | 39.76 | 248.34 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 253 | 0.96 | 0.95 | 0 | 0.01 | 239.5 | 0.98 | 0.52 |
| Hex | B | D | FD | 60 | 5F | 0 | 1 | F0 | 62 | 34 |
| Octal | 13 | 15 | 375 | 140 | 137 | 0 | 1 | 360 | 142 | 64 |
| Binary | 1011 | 1101 | 11111101 | 1100000 | 1011111 | 0 | 1 | 11110000 | 1100010 | 110100 |
Color Harmonies of #0B0DFD
Complementary color
Monochromatic Colors of #0B0DFD
Black with #0B0DFD
Text Example
Text Example
White with #0B0DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0DFD; }
p { color: rgb(11,13,253); }
H1.HeaderClassName
{
color: #0B0DFD;
}
.AnyTagClassName
{
color: #0B0DFD;
}
</style>
background-color css
<style>
a { background-color: #0B0DFD; }
a { background-color: rgb(11,13,253); }
div.DivClassName
{
background-color: #0B0DFD;
}
.BgClassName
{
background-color: #0B0DFD;
}
</style>
border-color css
<style>
span { border-color: #0B0DFD; }
span { border-color: rgb(11,13,253); }
td.TdClassName
{
border-color: #0B0DFD;
}
.TagClassName
{
border-color: #0B0DFD;
}
</style>