Shades of Blue #011AFD
Tints of Blue #011AFD
RGB
CMYK
RGB Variations
Color information
#011AFD (or 0x011AFD) is known color: Blue. HEX triplet: 01, 1A and FD. RGB value is (1,26,253). Sum of RGB (Red+Green+Blue) = 1+26+253=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 253 (99.22% from 255 or 90.36% from 280); Max value from RGB is 253 - color contains mainly: blue. Hex color #011AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011AFD is #FEE502. Grayscale: #2B2B2B. Windows color (decimal): -16704771 or 16587265. OLE color: 16587265.
HSL color Cylindrical-coordinate representation of color #011AFD: hue angle of 234.05º 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 #011AFD is Cyan = 1.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 26 | 253 | - |
| CMYK | 1.00 | 0.90 | 0 | 0.01 |
| HSL | 234.05º | 0.99% | 0.5% | - |
| HSV(B) | 234.05º | 1% | 0.99% | - |
| XYZ | 18.11 | 7.84 | 93.49 | - |
| YUV | 44.4 | 245.72 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 253 | 1.00 | 0.90 | 0 | 0.01 | 234.05 | 0.99 | 0.5 |
| Hex | 1 | 1A | FD | 64 | 5A | 0 | 1 | EA | 63 | 32 |
| Octal | 1 | 32 | 375 | 144 | 132 | 0 | 1 | 352 | 143 | 62 |
| Binary | 1 | 11010 | 11111101 | 1100100 | 1011010 | 0 | 1 | 11101010 | 1100011 | 110010 |
Color Harmonies of #011AFD
Complementary color
Monochromatic Colors of #011AFD
Black with #011AFD
Text Example
Text Example
White with #011AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011AFD; }
p { color: rgb(1,26,253); }
H1.HeaderClassName
{
color: #011AFD;
}
.AnyTagClassName
{
color: #011AFD;
}
</style>
background-color css
<style>
a { background-color: #011AFD; }
a { background-color: rgb(1,26,253); }
div.DivClassName
{
background-color: #011AFD;
}
.BgClassName
{
background-color: #011AFD;
}
</style>
border-color css
<style>
span { border-color: #011AFD; }
span { border-color: rgb(1,26,253); }
td.TdClassName
{
border-color: #011AFD;
}
.TagClassName
{
border-color: #011AFD;
}
</style>