Shades of Blue #0B10FD
Tints of Blue #0B10FD
RGB
CMYK
RGB Variations
Color information
#0B10FD (or 0x0B10FD) is known color: Blue. HEX triplet: 0B, 10 and FD. RGB value is (11,16,253). Sum of RGB (Red+Green+Blue) = 11+16+253=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 253 (99.22% from 255 or 90.36% from 280); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B10FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B10FD is #F4EF02. Grayscale: #282828. Windows color (decimal): -16051971 or 16584715. OLE color: 16584715.
HSL color Cylindrical-coordinate representation of color #0B10FD: hue angle of 238.76º 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 #0B10FD is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 16 | 253 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.01 |
| HSL | 238.76º | 0.98% | 0.52% | - |
| HSV(B) | 238.76º | 0.96% | 0.99% | - |
| XYZ | 18.05 | 7.53 | 93.43 | - |
| YUV | 41.52 | 247.34 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 253 | 0.96 | 0.94 | 0 | 0.01 | 238.76 | 0.98 | 0.52 |
| Hex | B | 10 | FD | 60 | 5E | 0 | 1 | EF | 62 | 34 |
| Octal | 13 | 20 | 375 | 140 | 136 | 0 | 1 | 357 | 142 | 64 |
| Binary | 1011 | 10000 | 11111101 | 1100000 | 1011110 | 0 | 1 | 11101111 | 1100010 | 110100 |
Color Harmonies of #0B10FD
Complementary color
Monochromatic Colors of #0B10FD
Black with #0B10FD
Text Example
Text Example
White with #0B10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B10FD; }
p { color: rgb(11,16,253); }
H1.HeaderClassName
{
color: #0B10FD;
}
.AnyTagClassName
{
color: #0B10FD;
}
</style>
background-color css
<style>
a { background-color: #0B10FD; }
a { background-color: rgb(11,16,253); }
div.DivClassName
{
background-color: #0B10FD;
}
.BgClassName
{
background-color: #0B10FD;
}
</style>
border-color css
<style>
span { border-color: #0B10FD; }
span { border-color: rgb(11,16,253); }
td.TdClassName
{
border-color: #0B10FD;
}
.TagClassName
{
border-color: #0B10FD;
}
</style>