Shades of Blue #0B10F7
Tints of Blue #0B10F7
RGB
CMYK
RGB Variations
Color information
#0B10F7 (or 0x0B10F7) is known color: Blue. HEX triplet: 0B, 10 and F7. RGB value is (11,16,247). Sum of RGB (Red+Green+Blue) = 11+16+247=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 247 (96.88% from 255 or 90.15% from 274); Max value from RGB is 247 - color contains mainly: blue. Hex color #0B10F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B10F7 is #F4EF08. Grayscale: #272727. Windows color (decimal): -16051977 or 16191499. OLE color: 16191499.
HSL color Cylindrical-coordinate representation of color #0B10F7: hue angle of 238.73º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B10F7 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 16 | 247 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.03 |
| HSL | 238.73º | 0.94% | 0.51% | - |
| HSV(B) | 238.73º | 0.96% | 0.97% | - |
| XYZ | 17.11 | 7.16 | 88.48 | - |
| YUV | 40.84 | 244.34 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 247 | 0.96 | 0.94 | 0 | 0.03 | 238.73 | 0.94 | 0.51 |
| Hex | B | 10 | F7 | 60 | 5E | 0 | 3 | EF | 5E | 33 |
| Octal | 13 | 20 | 367 | 140 | 136 | 0 | 3 | 357 | 136 | 63 |
| Binary | 1011 | 10000 | 11110111 | 1100000 | 1011110 | 0 | 11 | 11101111 | 1011110 | 110011 |
Color Harmonies of #0B10F7
Complementary color
Monochromatic Colors of #0B10F7
Black with #0B10F7
Text Example
Text Example
White with #0B10F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B10F7; }
p { color: rgb(11,16,247); }
H1.HeaderClassName
{
color: #0B10F7;
}
.AnyTagClassName
{
color: #0B10F7;
}
</style>
background-color css
<style>
a { background-color: #0B10F7; }
a { background-color: rgb(11,16,247); }
div.DivClassName
{
background-color: #0B10F7;
}
.BgClassName
{
background-color: #0B10F7;
}
</style>
border-color css
<style>
span { border-color: #0B10F7; }
span { border-color: rgb(11,16,247); }
td.TdClassName
{
border-color: #0B10F7;
}
.TagClassName
{
border-color: #0B10F7;
}
</style>