Shades of Blue #010FEE
Tints of Blue #010FEE
RGB
CMYK
RGB Variations
Color information
#010FEE (or 0x010FEE) is known color: Blue. HEX triplet: 01, 0F and EE. RGB value is (1,15,238). Sum of RGB (Red+Green+Blue) = 1+15+238=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 238 (93.36% from 255 or 93.70% from 254); Max value from RGB is 238 - color contains mainly: blue. Hex color #010FEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010FEE is #FEF011. Grayscale: #232323. Windows color (decimal): -16707602 or 15601409. OLE color: 15601409.
HSL color Cylindrical-coordinate representation of color #010FEE: hue angle of 236.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FEE is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 15 | 238 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.07 |
| HSL | 236.46º | 0.99% | 0.47% | - |
| HSV(B) | 236.46º | 1% | 0.93% | - |
| XYZ | 15.62 | 6.52 | 81.32 | - |
| YUV | 36.24 | 241.86 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 238 | 1.00 | 0.94 | 0 | 0.07 | 236.46 | 0.99 | 0.47 |
| Hex | 1 | F | EE | 64 | 5E | 0 | 7 | EC | 63 | 2F |
| Octal | 1 | 17 | 356 | 144 | 136 | 0 | 7 | 354 | 143 | 57 |
| Binary | 1 | 1111 | 11101110 | 1100100 | 1011110 | 0 | 111 | 11101100 | 1100011 | 101111 |
Color Harmonies of #010FEE
Complementary color
Monochromatic Colors of #010FEE
Black with #010FEE
Text Example
Text Example
White with #010FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FEE; }
p { color: rgb(1,15,238); }
H1.HeaderClassName
{
color: #010FEE;
}
.AnyTagClassName
{
color: #010FEE;
}
</style>
background-color css
<style>
a { background-color: #010FEE; }
a { background-color: rgb(1,15,238); }
div.DivClassName
{
background-color: #010FEE;
}
.BgClassName
{
background-color: #010FEE;
}
</style>
border-color css
<style>
span { border-color: #010FEE; }
span { border-color: rgb(1,15,238); }
td.TdClassName
{
border-color: #010FEE;
}
.TagClassName
{
border-color: #010FEE;
}
</style>