Shades of Blue #011DF9
Tints of Blue #011DF9
RGB
CMYK
RGB Variations
Color information
#011DF9 (or 0x011DF9) is known color: Blue. HEX triplet: 01, 1D and F9. RGB value is (1,29,249). Sum of RGB (Red+Green+Blue) = 1+29+249=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 249 (97.66% from 255 or 89.25% from 279); Max value from RGB is 249 - color contains mainly: blue. Hex color #011DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011DF9 is #FEE206. Grayscale: #2C2C2C. Windows color (decimal): -16704007 or 16325889. OLE color: 16325889.
HSL color Cylindrical-coordinate representation of color #011DF9: hue angle of 233.23º 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 #011DF9 is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 29 | 249 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.02 |
| HSL | 233.23º | 0.99% | 0.49% | - |
| HSV(B) | 233.23º | 1% | 0.98% | - |
| XYZ | 17.55 | 7.72 | 90.19 | - |
| YUV | 45.71 | 242.72 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 249 | 1.00 | 0.88 | 0 | 0.02 | 233.23 | 0.99 | 0.49 |
| Hex | 1 | 1D | F9 | 64 | 58 | 0 | 2 | E9 | 63 | 31 |
| Octal | 1 | 35 | 371 | 144 | 130 | 0 | 2 | 351 | 143 | 61 |
| Binary | 1 | 11101 | 11111001 | 1100100 | 1011000 | 0 | 10 | 11101001 | 1100011 | 110001 |
Color Harmonies of #011DF9
Complementary color
Monochromatic Colors of #011DF9
Black with #011DF9
Text Example
Text Example
White with #011DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DF9; }
p { color: rgb(1,29,249); }
H1.HeaderClassName
{
color: #011DF9;
}
.AnyTagClassName
{
color: #011DF9;
}
</style>
background-color css
<style>
a { background-color: #011DF9; }
a { background-color: rgb(1,29,249); }
div.DivClassName
{
background-color: #011DF9;
}
.BgClassName
{
background-color: #011DF9;
}
</style>
border-color css
<style>
span { border-color: #011DF9; }
span { border-color: rgb(1,29,249); }
td.TdClassName
{
border-color: #011DF9;
}
.TagClassName
{
border-color: #011DF9;
}
</style>