Shades of Blue #012CED
Tints of Blue #012CED
RGB
CMYK
RGB Variations
Color information
#012CED (or 0x012CED) is known color: Blue. HEX triplet: 01, 2C and ED. RGB value is (1,44,237). Sum of RGB (Red+Green+Blue) = 1+44+237=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #012CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CED is #FED312. Grayscale: #343434. Windows color (decimal): -16700179 or 15543297. OLE color: 15543297.
HSL color Cylindrical-coordinate representation of color #012CED: hue angle of 229.07º 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 #012CED is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 44 | 237 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.07 |
| HSL | 229.07º | 0.99% | 0.47% | - |
| HSV(B) | 229.07º | 1% | 0.93% | - |
| XYZ | 16.2 | 7.92 | 80.8 | - |
| YUV | 53.15 | 231.75 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 237 | 1.00 | 0.81 | 0 | 0.07 | 229.07 | 0.99 | 0.47 |
| Hex | 1 | 2C | ED | 64 | 51 | 0 | 7 | E5 | 63 | 2F |
| Octal | 1 | 54 | 355 | 144 | 121 | 0 | 7 | 345 | 143 | 57 |
| Binary | 1 | 101100 | 11101101 | 1100100 | 1010001 | 0 | 111 | 11100101 | 1100011 | 101111 |
Color Harmonies of #012CED
Complementary color
Monochromatic Colors of #012CED
Black with #012CED
Text Example
Text Example
White with #012CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CED; }
p { color: rgb(1,44,237); }
H1.HeaderClassName
{
color: #012CED;
}
.AnyTagClassName
{
color: #012CED;
}
</style>
background-color css
<style>
a { background-color: #012CED; }
a { background-color: rgb(1,44,237); }
div.DivClassName
{
background-color: #012CED;
}
.BgClassName
{
background-color: #012CED;
}
</style>
border-color css
<style>
span { border-color: #012CED; }
span { border-color: rgb(1,44,237); }
td.TdClassName
{
border-color: #012CED;
}
.TagClassName
{
border-color: #012CED;
}
</style>