Shades of Blue #011FFD
Tints of Blue #011FFD
RGB
CMYK
RGB Variations
Color information
#011FFD (or 0x011FFD) is known color: Blue. HEX triplet: 01, 1F and FD. RGB value is (1,31,253). Sum of RGB (Red+Green+Blue) = 1+31+253=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 253 (99.22% from 255 or 88.77% from 285); Max value from RGB is 253 - color contains mainly: blue. Hex color #011FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FFD is #FEE002. Grayscale: #2E2E2E. Windows color (decimal): -16703491 or 16588545. OLE color: 16588545.
HSL color Cylindrical-coordinate representation of color #011FFD: hue angle of 232.86º 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 #011FFD is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 31 | 253 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.01 |
| HSL | 232.86º | 0.99% | 0.5% | - |
| HSV(B) | 232.86º | 1% | 0.99% | - |
| XYZ | 18.23 | 8.08 | 93.53 | - |
| YUV | 47.34 | 244.06 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 253 | 1.00 | 0.88 | 0 | 0.01 | 232.86 | 0.99 | 0.5 |
| Hex | 1 | 1F | FD | 64 | 58 | 0 | 1 | E9 | 63 | 32 |
| Octal | 1 | 37 | 375 | 144 | 130 | 0 | 1 | 351 | 143 | 62 |
| Binary | 1 | 11111 | 11111101 | 1100100 | 1011000 | 0 | 1 | 11101001 | 1100011 | 110010 |
Color Harmonies of #011FFD
Complementary color
Monochromatic Colors of #011FFD
Black with #011FFD
Text Example
Text Example
White with #011FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FFD; }
p { color: rgb(1,31,253); }
H1.HeaderClassName
{
color: #011FFD;
}
.AnyTagClassName
{
color: #011FFD;
}
</style>
background-color css
<style>
a { background-color: #011FFD; }
a { background-color: rgb(1,31,253); }
div.DivClassName
{
background-color: #011FFD;
}
.BgClassName
{
background-color: #011FFD;
}
</style>
border-color css
<style>
span { border-color: #011FFD; }
span { border-color: rgb(1,31,253); }
td.TdClassName
{
border-color: #011FFD;
}
.TagClassName
{
border-color: #011FFD;
}
</style>