Shades of Blue #0110FD
Tints of Blue #0110FD
RGB
CMYK
RGB Variations
Color information
#0110FD (or 0x0110FD) is known color: Blue. HEX triplet: 01, 10 and FD. RGB value is (1,16,253). Sum of RGB (Red+Green+Blue) = 1+16+253=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 253 (99.22% from 255 or 93.70% from 270); Max value from RGB is 253 - color contains mainly: blue. Hex color #0110FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0110FD is #FEEF02. Grayscale: #252525. Windows color (decimal): -16707331 or 16584705. OLE color: 16584705.
HSL color Cylindrical-coordinate representation of color #0110FD: hue angle of 236.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0110FD is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 16 | 253 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.01 |
| HSL | 236.43º | 0.99% | 0.5% | - |
| HSV(B) | 236.43º | 1% | 0.99% | - |
| XYZ | 17.93 | 7.47 | 93.43 | - |
| YUV | 38.53 | 249.03 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 253 | 1.00 | 0.94 | 0 | 0.01 | 236.43 | 0.99 | 0.5 |
| Hex | 1 | 10 | FD | 64 | 5E | 0 | 1 | EC | 63 | 32 |
| Octal | 1 | 20 | 375 | 144 | 136 | 0 | 1 | 354 | 143 | 62 |
| Binary | 1 | 10000 | 11111101 | 1100100 | 1011110 | 0 | 1 | 11101100 | 1100011 | 110010 |
Color Harmonies of #0110FD
Complementary color
Monochromatic Colors of #0110FD
Black with #0110FD
Text Example
Text Example
White with #0110FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0110FD; }
p { color: rgb(1,16,253); }
H1.HeaderClassName
{
color: #0110FD;
}
.AnyTagClassName
{
color: #0110FD;
}
</style>
background-color css
<style>
a { background-color: #0110FD; }
a { background-color: rgb(1,16,253); }
div.DivClassName
{
background-color: #0110FD;
}
.BgClassName
{
background-color: #0110FD;
}
</style>
border-color css
<style>
span { border-color: #0110FD; }
span { border-color: rgb(1,16,253); }
td.TdClassName
{
border-color: #0110FD;
}
.TagClassName
{
border-color: #0110FD;
}
</style>