Shades of Blue #001AFE
Tints of Blue #001AFE
RGB
CMYK
RGB Variations
Color information
#001AFE (or 0x001AFE) is known color: Blue. HEX triplet: 00, 1A and FE. RGB value is (0,26,254). Sum of RGB (Red+Green+Blue) = 0+26+254=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 254 (99.61% from 255 or 90.71% from 280); Max value from RGB is 254 - color contains mainly: blue. Hex color #001AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001AFE is #FFE501. Grayscale: #2B2B2B. Windows color (decimal): -16770306 or 16652800. OLE color: 16652800.
HSL color Cylindrical-coordinate representation of color #001AFE: hue angle of 233.86º 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 #001AFE is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 26 | 254 | - |
| CMYK | 1 | 0.90 | 0 | 0.00 |
| HSL | 233.86º | 1% | 0.5% | - |
| HSV(B) | 233.86º | 1% | 1% | - |
| XYZ | 18.26 | 7.89 | 94.33 | - |
| YUV | 44.22 | 246.39 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 254 | 1 | 0.90 | 0 | 0.00 | 233.86 | 1 | 0.5 |
| Hex | 0 | 1A | FE | 64 | 5A | 0 | 0 | EA | 64 | 32 |
| Octal | 0 | 32 | 376 | 144 | 132 | 0 | 0 | 352 | 144 | 62 |
| Binary | 0 | 11010 | 11111110 | 1100100 | 1011010 | 0 | 0 | 11101010 | 1100100 | 110010 |
Color Harmonies of #001AFE
Complementary color
Monochromatic Colors of #001AFE
Black with #001AFE
Text Example
Text Example
White with #001AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AFE; }
p { color: rgb(0,26,254); }
H1.HeaderClassName
{
color: #001AFE;
}
.AnyTagClassName
{
color: #001AFE;
}
</style>
background-color css
<style>
a { background-color: #001AFE; }
a { background-color: rgb(0,26,254); }
div.DivClassName
{
background-color: #001AFE;
}
.BgClassName
{
background-color: #001AFE;
}
</style>
border-color css
<style>
span { border-color: #001AFE; }
span { border-color: rgb(0,26,254); }
td.TdClassName
{
border-color: #001AFE;
}
.TagClassName
{
border-color: #001AFE;
}
</style>