Shades of Blue #011CED
Tints of Blue #011CED
RGB
CMYK
RGB Variations
Color information
#011CED (or 0x011CED) is known color: Blue. HEX triplet: 01, 1C and ED. RGB value is (1,28,237). Sum of RGB (Red+Green+Blue) = 1+28+237=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 237 (92.97% from 255 or 89.10% from 266); Max value from RGB is 237 - color contains mainly: blue. Hex color #011CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011CED is #FEE312. Grayscale: #2A2A2A. Windows color (decimal): -16704275 or 15539201. OLE color: 15539201.
HSL color Cylindrical-coordinate representation of color #011CED: hue angle of 233.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011CED is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 28 | 237 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.07 |
| HSL | 233.14º | 0.99% | 0.47% | - |
| HSV(B) | 233.14º | 1% | 0.93% | - |
| XYZ | 15.71 | 6.95 | 80.63 | - |
| YUV | 43.75 | 237.05 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 237 | 1.00 | 0.88 | 0 | 0.07 | 233.14 | 0.99 | 0.47 |
| Hex | 1 | 1C | ED | 64 | 58 | 0 | 7 | E9 | 63 | 2F |
| Octal | 1 | 34 | 355 | 144 | 130 | 0 | 7 | 351 | 143 | 57 |
| Binary | 1 | 11100 | 11101101 | 1100100 | 1011000 | 0 | 111 | 11101001 | 1100011 | 101111 |
Color Harmonies of #011CED
Complementary color
Monochromatic Colors of #011CED
Black with #011CED
Text Example
Text Example
White with #011CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011CED; }
p { color: rgb(1,28,237); }
H1.HeaderClassName
{
color: #011CED;
}
.AnyTagClassName
{
color: #011CED;
}
</style>
background-color css
<style>
a { background-color: #011CED; }
a { background-color: rgb(1,28,237); }
div.DivClassName
{
background-color: #011CED;
}
.BgClassName
{
background-color: #011CED;
}
</style>
border-color css
<style>
span { border-color: #011CED; }
span { border-color: rgb(1,28,237); }
td.TdClassName
{
border-color: #011CED;
}
.TagClassName
{
border-color: #011CED;
}
</style>