Shades of Blue #012CEE
Tints of Blue #012CEE
RGB
CMYK
RGB Variations
Color information
#012CEE (or 0x012CEE) is known color: Blue. HEX triplet: 01, 2C and EE. RGB value is (1,44,238). Sum of RGB (Red+Green+Blue) = 1+44+238=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #012CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CEE is #FED311. Grayscale: #343434. Windows color (decimal): -16700178 or 15608833. OLE color: 15608833.
HSL color Cylindrical-coordinate representation of color #012CEE: hue angle of 229.11º 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 #012CEE is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 44 | 238 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.07 |
| HSL | 229.11º | 0.99% | 0.47% | - |
| HSV(B) | 229.11º | 1% | 0.93% | - |
| XYZ | 16.35 | 7.98 | 81.57 | - |
| YUV | 53.26 | 232.25 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 238 | 1.00 | 0.82 | 0 | 0.07 | 229.11 | 0.99 | 0.47 |
| Hex | 1 | 2C | EE | 64 | 52 | 0 | 7 | E5 | 63 | 2F |
| Octal | 1 | 54 | 356 | 144 | 122 | 0 | 7 | 345 | 143 | 57 |
| Binary | 1 | 101100 | 11101110 | 1100100 | 1010010 | 0 | 111 | 11100101 | 1100011 | 101111 |
Color Harmonies of #012CEE
Complementary color
Monochromatic Colors of #012CEE
Black with #012CEE
Text Example
Text Example
White with #012CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CEE; }
p { color: rgb(1,44,238); }
H1.HeaderClassName
{
color: #012CEE;
}
.AnyTagClassName
{
color: #012CEE;
}
</style>
background-color css
<style>
a { background-color: #012CEE; }
a { background-color: rgb(1,44,238); }
div.DivClassName
{
background-color: #012CEE;
}
.BgClassName
{
background-color: #012CEE;
}
</style>
border-color css
<style>
span { border-color: #012CEE; }
span { border-color: rgb(1,44,238); }
td.TdClassName
{
border-color: #012CEE;
}
.TagClassName
{
border-color: #012CEE;
}
</style>