Shades of Blue #002EEE
Tints of Blue #002EEE
RGB
CMYK
RGB Variations
Color information
#002EEE (or 0x002EEE) is known color: Blue. HEX triplet: 00, 2E and EE. RGB value is (0,46,238). Sum of RGB (Red+Green+Blue) = 0+46+238=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 238 (93.36% from 255 or 83.80% from 284); Max value from RGB is 238 - color contains mainly: blue. Hex color #002EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EEE is #FFD111. Grayscale: #353535. Windows color (decimal): -16765202 or 15609344. OLE color: 15609344.
HSL color Cylindrical-coordinate representation of color #002EEE: hue angle of 228.4º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EEE is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 46 | 238 | - |
| CMYK | 1 | 0.81 | 0 | 0.07 |
| HSL | 228.4º | 1% | 0.47% | - |
| HSV(B) | 228.4º | 1% | 0.93% | - |
| XYZ | 16.41 | 8.13 | 81.59 | - |
| YUV | 54.13 | 231.76 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 238 | 1 | 0.81 | 0 | 0.07 | 228.4 | 1 | 0.47 |
| Hex | 0 | 2E | EE | 64 | 51 | 0 | 7 | E4 | 64 | 2F |
| Octal | 0 | 56 | 356 | 144 | 121 | 0 | 7 | 344 | 144 | 57 |
| Binary | 0 | 101110 | 11101110 | 1100100 | 1010001 | 0 | 111 | 11100100 | 1100100 | 101111 |
Color Harmonies of #002EEE
Complementary color
Monochromatic Colors of #002EEE
Black with #002EEE
Text Example
Text Example
White with #002EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EEE; }
p { color: rgb(0,46,238); }
H1.HeaderClassName
{
color: #002EEE;
}
.AnyTagClassName
{
color: #002EEE;
}
</style>
background-color css
<style>
a { background-color: #002EEE; }
a { background-color: rgb(0,46,238); }
div.DivClassName
{
background-color: #002EEE;
}
.BgClassName
{
background-color: #002EEE;
}
</style>
border-color css
<style>
span { border-color: #002EEE; }
span { border-color: rgb(0,46,238); }
td.TdClassName
{
border-color: #002EEE;
}
.TagClassName
{
border-color: #002EEE;
}
</style>