Shades of Blue #0010FE
Tints of Blue #0010FE
RGB
CMYK
RGB Variations
Color information
#0010FE (or 0x0010FE) is known color: Blue. HEX triplet: 00, 10 and FE. RGB value is (0,16,254). Sum of RGB (Red+Green+Blue) = 0+16+254=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 254 (99.61% from 255 or 94.07% from 270); Max value from RGB is 254 - color contains mainly: blue. Hex color #0010FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0010FE is #FFEF01. Grayscale: #252525. Windows color (decimal): -16772866 or 16650240. OLE color: 16650240.
HSL color Cylindrical-coordinate representation of color #0010FE: hue angle of 236.22º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0010FE is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 16 | 254 | - |
| CMYK | 1 | 0.94 | 0 | 0.00 |
| HSL | 236.22º | 1% | 0.5% | - |
| HSV(B) | 236.22º | 1% | 1% | - |
| XYZ | 18.07 | 7.53 | 94.27 | - |
| YUV | 38.35 | 249.7 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 254 | 1 | 0.94 | 0 | 0.00 | 236.22 | 1 | 0.5 |
| Hex | 0 | 10 | FE | 64 | 5E | 0 | 0 | EC | 64 | 32 |
| Octal | 0 | 20 | 376 | 144 | 136 | 0 | 0 | 354 | 144 | 62 |
| Binary | 0 | 10000 | 11111110 | 1100100 | 1011110 | 0 | 0 | 11101100 | 1100100 | 110010 |
Color Harmonies of #0010FE
Complementary color
Monochromatic Colors of #0010FE
Black with #0010FE
Text Example
Text Example
White with #0010FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010FE; }
p { color: rgb(0,16,254); }
H1.HeaderClassName
{
color: #0010FE;
}
.AnyTagClassName
{
color: #0010FE;
}
</style>
background-color css
<style>
a { background-color: #0010FE; }
a { background-color: rgb(0,16,254); }
div.DivClassName
{
background-color: #0010FE;
}
.BgClassName
{
background-color: #0010FE;
}
</style>
border-color css
<style>
span { border-color: #0010FE; }
span { border-color: rgb(0,16,254); }
td.TdClassName
{
border-color: #0010FE;
}
.TagClassName
{
border-color: #0010FE;
}
</style>