Shades of Blue #011AF8
Tints of Blue #011AF8
RGB
CMYK
RGB Variations
Color information
#011AF8 (or 0x011AF8) is known color: Blue. HEX triplet: 01, 1A and F8. RGB value is (1,26,248). Sum of RGB (Red+Green+Blue) = 1+26+248=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 248 (97.27% from 255 or 90.18% from 275); Max value from RGB is 248 - color contains mainly: blue. Hex color #011AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011AF8 is #FEE507. Grayscale: #2A2A2A. Windows color (decimal): -16704776 or 16259585. OLE color: 16259585.
HSL color Cylindrical-coordinate representation of color #011AF8: hue angle of 233.93º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011AF8 is Cyan = 1.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 26 | 248 | - |
| CMYK | 1.00 | 0.90 | 0 | 0.03 |
| HSL | 233.93º | 0.99% | 0.49% | - |
| HSV(B) | 233.93º | 1% | 0.97% | - |
| XYZ | 17.33 | 7.52 | 89.35 | - |
| YUV | 43.83 | 243.22 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 248 | 1.00 | 0.90 | 0 | 0.03 | 233.93 | 0.99 | 0.49 |
| Hex | 1 | 1A | F8 | 64 | 5A | 0 | 3 | EA | 63 | 31 |
| Octal | 1 | 32 | 370 | 144 | 132 | 0 | 3 | 352 | 143 | 61 |
| Binary | 1 | 11010 | 11111000 | 1100100 | 1011010 | 0 | 11 | 11101010 | 1100011 | 110001 |
Color Harmonies of #011AF8
Complementary color
Monochromatic Colors of #011AF8
Black with #011AF8
Text Example
Text Example
White with #011AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011AF8; }
p { color: rgb(1,26,248); }
H1.HeaderClassName
{
color: #011AF8;
}
.AnyTagClassName
{
color: #011AF8;
}
</style>
background-color css
<style>
a { background-color: #011AF8; }
a { background-color: rgb(1,26,248); }
div.DivClassName
{
background-color: #011AF8;
}
.BgClassName
{
background-color: #011AF8;
}
</style>
border-color css
<style>
span { border-color: #011AF8; }
span { border-color: rgb(1,26,248); }
td.TdClassName
{
border-color: #011AF8;
}
.TagClassName
{
border-color: #011AF8;
}
</style>