Shades of Blue #002AEC
Tints of Blue #002AEC
RGB
CMYK
RGB Variations
Color information
#002AEC (or 0x002AEC) is known color: Blue. HEX triplet: 00, 2A and EC. RGB value is (0,42,236). Sum of RGB (Red+Green+Blue) = 0+42+236=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 236 (92.58% from 255 or 84.89% from 278); Max value from RGB is 236 - color contains mainly: blue. Hex color #002AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AEC is #FFD513. Grayscale: #323232. Windows color (decimal): -16766228 or 15477248. OLE color: 15477248.
HSL color Cylindrical-coordinate representation of color #002AEC: hue angle of 229.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AEC is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 42 | 236 | - |
| CMYK | 1 | 0.82 | 0 | 0.07 |
| HSL | 229.32º | 1% | 0.46% | - |
| HSV(B) | 229.32º | 1% | 0.93% | - |
| XYZ | 15.97 | 7.71 | 80 | - |
| YUV | 51.56 | 232.09 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 236 | 1 | 0.82 | 0 | 0.07 | 229.32 | 1 | 0.46 |
| Hex | 0 | 2A | EC | 64 | 52 | 0 | 7 | E5 | 64 | 2E |
| Octal | 0 | 52 | 354 | 144 | 122 | 0 | 7 | 345 | 144 | 56 |
| Binary | 0 | 101010 | 11101100 | 1100100 | 1010010 | 0 | 111 | 11100101 | 1100100 | 101110 |
Color Harmonies of #002AEC
Complementary color
Monochromatic Colors of #002AEC
Black with #002AEC
Text Example
Text Example
White with #002AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AEC; }
p { color: rgb(0,42,236); }
H1.HeaderClassName
{
color: #002AEC;
}
.AnyTagClassName
{
color: #002AEC;
}
</style>
background-color css
<style>
a { background-color: #002AEC; }
a { background-color: rgb(0,42,236); }
div.DivClassName
{
background-color: #002AEC;
}
.BgClassName
{
background-color: #002AEC;
}
</style>
border-color css
<style>
span { border-color: #002AEC; }
span { border-color: rgb(0,42,236); }
td.TdClassName
{
border-color: #002AEC;
}
.TagClassName
{
border-color: #002AEC;
}
</style>