Shades of Blue #012AEE
Tints of Blue #012AEE
RGB
CMYK
RGB Variations
Color information
#012AEE (or 0x012AEE) is known color: Blue. HEX triplet: 01, 2A and EE. RGB value is (1,42,238). Sum of RGB (Red+Green+Blue) = 1+42+238=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 238 (93.36% from 255 or 84.70% from 281); Max value from RGB is 238 - color contains mainly: blue. Hex color #012AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AEE is #FED511. Grayscale: #333333. Windows color (decimal): -16700690 or 15608321. OLE color: 15608321.
HSL color Cylindrical-coordinate representation of color #012AEE: hue angle of 229.62º 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 #012AEE is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 42 | 238 | - |
| CMYK | 1.00 | 0.82 | 0 | 0.07 |
| HSL | 229.62º | 0.99% | 0.47% | - |
| HSV(B) | 229.62º | 1% | 0.93% | - |
| XYZ | 16.27 | 7.84 | 81.54 | - |
| YUV | 52.09 | 232.92 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 238 | 1.00 | 0.82 | 0 | 0.07 | 229.62 | 0.99 | 0.47 |
| Hex | 1 | 2A | EE | 64 | 52 | 0 | 7 | E6 | 63 | 2F |
| Octal | 1 | 52 | 356 | 144 | 122 | 0 | 7 | 346 | 143 | 57 |
| Binary | 1 | 101010 | 11101110 | 1100100 | 1010010 | 0 | 111 | 11100110 | 1100011 | 101111 |
Color Harmonies of #012AEE
Complementary color
Monochromatic Colors of #012AEE
Black with #012AEE
Text Example
Text Example
White with #012AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AEE; }
p { color: rgb(1,42,238); }
H1.HeaderClassName
{
color: #012AEE;
}
.AnyTagClassName
{
color: #012AEE;
}
</style>
background-color css
<style>
a { background-color: #012AEE; }
a { background-color: rgb(1,42,238); }
div.DivClassName
{
background-color: #012AEE;
}
.BgClassName
{
background-color: #012AEE;
}
</style>
border-color css
<style>
span { border-color: #012AEE; }
span { border-color: rgb(1,42,238); }
td.TdClassName
{
border-color: #012AEE;
}
.TagClassName
{
border-color: #012AEE;
}
</style>