Shades of Blue #011DF3
Tints of Blue #011DF3
RGB
CMYK
RGB Variations
Color information
#011DF3 (or 0x011DF3) is known color: Blue. HEX triplet: 01, 1D and F3. RGB value is (1,29,243). Sum of RGB (Red+Green+Blue) = 1+29+243=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 243 (95.31% from 255 or 89.01% from 273); Max value from RGB is 243 - color contains mainly: blue. Hex color #011DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011DF3 is #FEE20C. Grayscale: #2C2C2C. Windows color (decimal): -16704013 or 15932673. OLE color: 15932673.
HSL color Cylindrical-coordinate representation of color #011DF3: hue angle of 233.06º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011DF3 is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 29 | 243 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.05 |
| HSL | 233.06º | 0.99% | 0.48% | - |
| HSV(B) | 233.06º | 1% | 0.95% | - |
| XYZ | 16.63 | 7.36 | 85.34 | - |
| YUV | 45.02 | 239.72 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 243 | 1.00 | 0.88 | 0 | 0.05 | 233.06 | 0.99 | 0.48 |
| Hex | 1 | 1D | F3 | 64 | 58 | 0 | 5 | E9 | 63 | 30 |
| Octal | 1 | 35 | 363 | 144 | 130 | 0 | 5 | 351 | 143 | 60 |
| Binary | 1 | 11101 | 11110011 | 1100100 | 1011000 | 0 | 101 | 11101001 | 1100011 | 110000 |
Color Harmonies of #011DF3
Complementary color
Monochromatic Colors of #011DF3
Black with #011DF3
Text Example
Text Example
White with #011DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DF3; }
p { color: rgb(1,29,243); }
H1.HeaderClassName
{
color: #011DF3;
}
.AnyTagClassName
{
color: #011DF3;
}
</style>
background-color css
<style>
a { background-color: #011DF3; }
a { background-color: rgb(1,29,243); }
div.DivClassName
{
background-color: #011DF3;
}
.BgClassName
{
background-color: #011DF3;
}
</style>
border-color css
<style>
span { border-color: #011DF3; }
span { border-color: rgb(1,29,243); }
td.TdClassName
{
border-color: #011DF3;
}
.TagClassName
{
border-color: #011DF3;
}
</style>