Shades of Blue #002AED
Tints of Blue #002AED
RGB
CMYK
RGB Variations
Color information
#002AED (or 0x002AED) is known color: Blue. HEX triplet: 00, 2A and ED. RGB value is (0,42,237). Sum of RGB (Red+Green+Blue) = 0+42+237=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 237 (92.97% from 255 or 84.95% from 279); Max value from RGB is 237 - color contains mainly: blue. Hex color #002AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AED is #FFD512. Grayscale: #323232. Windows color (decimal): -16766227 or 15542784. OLE color: 15542784.
HSL color Cylindrical-coordinate representation of color #002AED: hue angle of 229.37º 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 #002AED is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 42 | 237 | - |
| CMYK | 1 | 0.82 | 0 | 0.07 |
| HSL | 229.37º | 1% | 0.46% | - |
| HSV(B) | 229.37º | 1% | 0.93% | - |
| XYZ | 16.11 | 7.77 | 80.77 | - |
| YUV | 51.67 | 232.59 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 237 | 1 | 0.82 | 0 | 0.07 | 229.37 | 1 | 0.46 |
| Hex | 0 | 2A | ED | 64 | 52 | 0 | 7 | E5 | 64 | 2E |
| Octal | 0 | 52 | 355 | 144 | 122 | 0 | 7 | 345 | 144 | 56 |
| Binary | 0 | 101010 | 11101101 | 1100100 | 1010010 | 0 | 111 | 11100101 | 1100100 | 101110 |
Color Harmonies of #002AED
Complementary color
Monochromatic Colors of #002AED
Black with #002AED
Text Example
Text Example
White with #002AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AED; }
p { color: rgb(0,42,237); }
H1.HeaderClassName
{
color: #002AED;
}
.AnyTagClassName
{
color: #002AED;
}
</style>
background-color css
<style>
a { background-color: #002AED; }
a { background-color: rgb(0,42,237); }
div.DivClassName
{
background-color: #002AED;
}
.BgClassName
{
background-color: #002AED;
}
</style>
border-color css
<style>
span { border-color: #002AED; }
span { border-color: rgb(0,42,237); }
td.TdClassName
{
border-color: #002AED;
}
.TagClassName
{
border-color: #002AED;
}
</style>