Shades of Blue #002EED
Tints of Blue #002EED
RGB
CMYK
RGB Variations
Color information
#002EED (or 0x002EED) is known color: Blue. HEX triplet: 00, 2E and ED. RGB value is (0,46,237). Sum of RGB (Red+Green+Blue) = 0+46+237=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 237 (92.97% from 255 or 83.75% from 283); Max value from RGB is 237 - color contains mainly: blue. Hex color #002EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EED is #FFD112. Grayscale: #353535. Windows color (decimal): -16765203 or 15543808. OLE color: 15543808.
HSL color Cylindrical-coordinate representation of color #002EED: hue angle of 228.35º 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 #002EED is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 46 | 237 | - |
| CMYK | 1 | 0.81 | 0 | 0.07 |
| HSL | 228.35º | 1% | 0.46% | - |
| HSV(B) | 228.35º | 1% | 0.93% | - |
| XYZ | 16.26 | 8.07 | 80.82 | - |
| YUV | 54.02 | 231.26 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 237 | 1 | 0.81 | 0 | 0.07 | 228.35 | 1 | 0.46 |
| Hex | 0 | 2E | ED | 64 | 51 | 0 | 7 | E4 | 64 | 2E |
| Octal | 0 | 56 | 355 | 144 | 121 | 0 | 7 | 344 | 144 | 56 |
| Binary | 0 | 101110 | 11101101 | 1100100 | 1010001 | 0 | 111 | 11100100 | 1100100 | 101110 |
Color Harmonies of #002EED
Complementary color
Monochromatic Colors of #002EED
Black with #002EED
Text Example
Text Example
White with #002EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EED; }
p { color: rgb(0,46,237); }
H1.HeaderClassName
{
color: #002EED;
}
.AnyTagClassName
{
color: #002EED;
}
</style>
background-color css
<style>
a { background-color: #002EED; }
a { background-color: rgb(0,46,237); }
div.DivClassName
{
background-color: #002EED;
}
.BgClassName
{
background-color: #002EED;
}
</style>
border-color css
<style>
span { border-color: #002EED; }
span { border-color: rgb(0,46,237); }
td.TdClassName
{
border-color: #002EED;
}
.TagClassName
{
border-color: #002EED;
}
</style>