Shades of Blue #011AF4
Tints of Blue #011AF4
RGB
CMYK
RGB Variations
Color information
#011AF4 (or 0x011AF4) is known color: Blue. HEX triplet: 01, 1A and F4. RGB value is (1,26,244). Sum of RGB (Red+Green+Blue) = 1+26+244=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 244 (95.70% from 255 or 90.04% from 271); Max value from RGB is 244 - color contains mainly: blue. Hex color #011AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011AF4 is #FEE50B. Grayscale: #2A2A2A. Windows color (decimal): -16704780 or 15997441. OLE color: 15997441.
HSL color Cylindrical-coordinate representation of color #011AF4: hue angle of 233.83º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011AF4 is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 26 | 244 | - |
| CMYK | 1.00 | 0.89 | 0 | 0.04 |
| HSL | 233.83º | 0.99% | 0.48% | - |
| HSV(B) | 233.83º | 1% | 0.96% | - |
| XYZ | 16.71 | 7.28 | 86.11 | - |
| YUV | 43.38 | 241.22 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 244 | 1.00 | 0.89 | 0 | 0.04 | 233.83 | 0.99 | 0.48 |
| Hex | 1 | 1A | F4 | 64 | 59 | 0 | 4 | EA | 63 | 30 |
| Octal | 1 | 32 | 364 | 144 | 131 | 0 | 4 | 352 | 143 | 60 |
| Binary | 1 | 11010 | 11110100 | 1100100 | 1011001 | 0 | 100 | 11101010 | 1100011 | 110000 |
Color Harmonies of #011AF4
Complementary color
Monochromatic Colors of #011AF4
Black with #011AF4
Text Example
Text Example
White with #011AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011AF4; }
p { color: rgb(1,26,244); }
H1.HeaderClassName
{
color: #011AF4;
}
.AnyTagClassName
{
color: #011AF4;
}
</style>
background-color css
<style>
a { background-color: #011AF4; }
a { background-color: rgb(1,26,244); }
div.DivClassName
{
background-color: #011AF4;
}
.BgClassName
{
background-color: #011AF4;
}
</style>
border-color css
<style>
span { border-color: #011AF4; }
span { border-color: rgb(1,26,244); }
td.TdClassName
{
border-color: #011AF4;
}
.TagClassName
{
border-color: #011AF4;
}
</style>