Shades of Blue #002EE9
Tints of Blue #002EE9
RGB
CMYK
RGB Variations
Color information
#002EE9 (or 0x002EE9) is known color: Blue. HEX triplet: 00, 2E and E9. RGB value is (0,46,233). Sum of RGB (Red+Green+Blue) = 0+46+233=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 233 (91.41% from 255 or 83.51% from 279); Max value from RGB is 233 - color contains mainly: blue. Hex color #002EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EE9 is #FFD116. Grayscale: #343434. Windows color (decimal): -16765207 or 15281664. OLE color: 15281664.
HSL color Cylindrical-coordinate representation of color #002EE9: hue angle of 228.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EE9 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 46 | 233 | - |
| CMYK | 1 | 0.80 | 0 | 0.09 |
| HSL | 228.15º | 1% | 0.46% | - |
| HSV(B) | 228.15º | 1% | 0.91% | - |
| XYZ | 15.68 | 7.84 | 77.78 | - |
| YUV | 53.56 | 229.26 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 233 | 1 | 0.80 | 0 | 0.09 | 228.15 | 1 | 0.46 |
| Hex | 0 | 2E | E9 | 64 | 50 | 0 | 9 | E4 | 64 | 2E |
| Octal | 0 | 56 | 351 | 144 | 120 | 0 | 11 | 344 | 144 | 56 |
| Binary | 0 | 101110 | 11101001 | 1100100 | 1010000 | 0 | 1001 | 11100100 | 1100100 | 101110 |
Color Harmonies of #002EE9
Complementary color
Monochromatic Colors of #002EE9
Black with #002EE9
Text Example
Text Example
White with #002EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EE9; }
p { color: rgb(0,46,233); }
H1.HeaderClassName
{
color: #002EE9;
}
.AnyTagClassName
{
color: #002EE9;
}
</style>
background-color css
<style>
a { background-color: #002EE9; }
a { background-color: rgb(0,46,233); }
div.DivClassName
{
background-color: #002EE9;
}
.BgClassName
{
background-color: #002EE9;
}
</style>
border-color css
<style>
span { border-color: #002EE9; }
span { border-color: rgb(0,46,233); }
td.TdClassName
{
border-color: #002EE9;
}
.TagClassName
{
border-color: #002EE9;
}
</style>