Shades of Blue #010EFD
Tints of Blue #010EFD
RGB
CMYK
RGB Variations
Color information
#010EFD (or 0x010EFD) is known color: Blue. HEX triplet: 01, 0E and FD. RGB value is (1,14,253). Sum of RGB (Red+Green+Blue) = 1+14+253=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 253 (99.22% from 255 or 94.40% from 268); Max value from RGB is 253 - color contains mainly: blue. Hex color #010EFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010EFD is #FEF102. Grayscale: #242424. Windows color (decimal): -16707843 or 16584193. OLE color: 16584193.
HSL color Cylindrical-coordinate representation of color #010EFD: hue angle of 236.9º 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 #010EFD is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 14 | 253 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.01 |
| HSL | 236.9º | 0.99% | 0.5% | - |
| HSV(B) | 236.9º | 1% | 0.99% | - |
| XYZ | 17.9 | 7.41 | 93.42 | - |
| YUV | 37.36 | 249.69 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 253 | 1.00 | 0.94 | 0 | 0.01 | 236.9 | 0.99 | 0.5 |
| Hex | 1 | E | FD | 64 | 5E | 0 | 1 | ED | 63 | 32 |
| Octal | 1 | 16 | 375 | 144 | 136 | 0 | 1 | 355 | 143 | 62 |
| Binary | 1 | 1110 | 11111101 | 1100100 | 1011110 | 0 | 1 | 11101101 | 1100011 | 110010 |
Color Harmonies of #010EFD
Complementary color
Monochromatic Colors of #010EFD
Black with #010EFD
Text Example
Text Example
White with #010EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010EFD; }
p { color: rgb(1,14,253); }
H1.HeaderClassName
{
color: #010EFD;
}
.AnyTagClassName
{
color: #010EFD;
}
</style>
background-color css
<style>
a { background-color: #010EFD; }
a { background-color: rgb(1,14,253); }
div.DivClassName
{
background-color: #010EFD;
}
.BgClassName
{
background-color: #010EFD;
}
</style>
border-color css
<style>
span { border-color: #010EFD; }
span { border-color: rgb(1,14,253); }
td.TdClassName
{
border-color: #010EFD;
}
.TagClassName
{
border-color: #010EFD;
}
</style>