Shades of Blue #011FFB
Tints of Blue #011FFB
RGB
CMYK
RGB Variations
Color information
#011FFB (or 0x011FFB) is known color: Blue. HEX triplet: 01, 1F and FB. RGB value is (1,31,251). Sum of RGB (Red+Green+Blue) = 1+31+251=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 251 (98.44% from 255 or 88.69% from 283); Max value from RGB is 251 - color contains mainly: blue. Hex color #011FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FFB is #FEE004. Grayscale: #2E2E2E. Windows color (decimal): -16703493 or 16457473. OLE color: 16457473.
HSL color Cylindrical-coordinate representation of color #011FFB: hue angle of 232.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FFB is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 31 | 251 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.02 |
| HSL | 232.8º | 0.99% | 0.49% | - |
| HSV(B) | 232.8º | 1% | 0.98% | - |
| XYZ | 17.92 | 7.95 | 91.86 | - |
| YUV | 47.11 | 243.06 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 251 | 1.00 | 0.88 | 0 | 0.02 | 232.8 | 0.99 | 0.49 |
| Hex | 1 | 1F | FB | 64 | 58 | 0 | 2 | E9 | 63 | 31 |
| Octal | 1 | 37 | 373 | 144 | 130 | 0 | 2 | 351 | 143 | 61 |
| Binary | 1 | 11111 | 11111011 | 1100100 | 1011000 | 0 | 10 | 11101001 | 1100011 | 110001 |
Color Harmonies of #011FFB
Complementary color
Monochromatic Colors of #011FFB
Black with #011FFB
Text Example
Text Example
White with #011FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FFB; }
p { color: rgb(1,31,251); }
H1.HeaderClassName
{
color: #011FFB;
}
.AnyTagClassName
{
color: #011FFB;
}
</style>
background-color css
<style>
a { background-color: #011FFB; }
a { background-color: rgb(1,31,251); }
div.DivClassName
{
background-color: #011FFB;
}
.BgClassName
{
background-color: #011FFB;
}
</style>
border-color css
<style>
span { border-color: #011FFB; }
span { border-color: rgb(1,31,251); }
td.TdClassName
{
border-color: #011FFB;
}
.TagClassName
{
border-color: #011FFB;
}
</style>