Shades of Blue #0110FB
Tints of Blue #0110FB
RGB
CMYK
RGB Variations
Color information
#0110FB (or 0x0110FB) is known color: Blue. HEX triplet: 01, 10 and FB. RGB value is (1,16,251). Sum of RGB (Red+Green+Blue) = 1+16+251=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 251 (98.44% from 255 or 93.66% from 268); Max value from RGB is 251 - color contains mainly: blue. Hex color #0110FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0110FB is #FEEF04. Grayscale: #252525. Windows color (decimal): -16707333 or 16453633. OLE color: 16453633.
HSL color Cylindrical-coordinate representation of color #0110FB: hue angle of 236.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0110FB is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 16 | 251 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.02 |
| HSL | 236.4º | 0.99% | 0.49% | - |
| HSV(B) | 236.4º | 1% | 0.98% | - |
| XYZ | 17.61 | 7.34 | 91.76 | - |
| YUV | 38.31 | 248.03 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 251 | 1.00 | 0.94 | 0 | 0.02 | 236.4 | 0.99 | 0.49 |
| Hex | 1 | 10 | FB | 64 | 5E | 0 | 2 | EC | 63 | 31 |
| Octal | 1 | 20 | 373 | 144 | 136 | 0 | 2 | 354 | 143 | 61 |
| Binary | 1 | 10000 | 11111011 | 1100100 | 1011110 | 0 | 10 | 11101100 | 1100011 | 110001 |
Color Harmonies of #0110FB
Complementary color
Monochromatic Colors of #0110FB
Black with #0110FB
Text Example
Text Example
White with #0110FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0110FB; }
p { color: rgb(1,16,251); }
H1.HeaderClassName
{
color: #0110FB;
}
.AnyTagClassName
{
color: #0110FB;
}
</style>
background-color css
<style>
a { background-color: #0110FB; }
a { background-color: rgb(1,16,251); }
div.DivClassName
{
background-color: #0110FB;
}
.BgClassName
{
background-color: #0110FB;
}
</style>
border-color css
<style>
span { border-color: #0110FB; }
span { border-color: rgb(1,16,251); }
td.TdClassName
{
border-color: #0110FB;
}
.TagClassName
{
border-color: #0110FB;
}
</style>