Shades of Blue #001EFE
Tints of Blue #001EFE
RGB
CMYK
RGB Variations
Color information
#001EFE (or 0x001EFE) is known color: Blue. HEX triplet: 00, 1E and FE. RGB value is (0,30,254). Sum of RGB (Red+Green+Blue) = 0+30+254=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 254 (99.61% from 255 or 89.44% from 284); Max value from RGB is 254 - color contains mainly: blue. Hex color #001EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001EFE is #FFE101. Grayscale: #2D2D2D. Windows color (decimal): -16769282 or 16653824. OLE color: 16653824.
HSL color Cylindrical-coordinate representation of color #001EFE: hue angle of 232.91º 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 #001EFE is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 30 | 254 | - |
| CMYK | 1 | 0.88 | 0 | 0.00 |
| HSL | 232.91º | 1% | 0.5% | - |
| HSV(B) | 232.91º | 1% | 1% | - |
| XYZ | 18.35 | 8.08 | 94.36 | - |
| YUV | 46.57 | 245.06 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 254 | 1 | 0.88 | 0 | 0.00 | 232.91 | 1 | 0.5 |
| Hex | 0 | 1E | FE | 64 | 58 | 0 | 0 | E9 | 64 | 32 |
| Octal | 0 | 36 | 376 | 144 | 130 | 0 | 0 | 351 | 144 | 62 |
| Binary | 0 | 11110 | 11111110 | 1100100 | 1011000 | 0 | 0 | 11101001 | 1100100 | 110010 |
Color Harmonies of #001EFE
Complementary color
Monochromatic Colors of #001EFE
Black with #001EFE
Text Example
Text Example
White with #001EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001EFE; }
p { color: rgb(0,30,254); }
H1.HeaderClassName
{
color: #001EFE;
}
.AnyTagClassName
{
color: #001EFE;
}
</style>
background-color css
<style>
a { background-color: #001EFE; }
a { background-color: rgb(0,30,254); }
div.DivClassName
{
background-color: #001EFE;
}
.BgClassName
{
background-color: #001EFE;
}
</style>
border-color css
<style>
span { border-color: #001EFE; }
span { border-color: rgb(0,30,254); }
td.TdClassName
{
border-color: #001EFE;
}
.TagClassName
{
border-color: #001EFE;
}
</style>