Shades of Blue #002EEF
Tints of Blue #002EEF
RGB
CMYK
RGB Variations
Color information
#002EEF (or 0x002EEF) is known color: Blue. HEX triplet: 00, 2E and EF. RGB value is (0,46,239). Sum of RGB (Red+Green+Blue) = 0+46+239=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 239 (93.75% from 255 or 83.86% from 285); Max value from RGB is 239 - color contains mainly: blue. Hex color #002EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EEF is #FFD110. Grayscale: #353535. Windows color (decimal): -16765201 or 15674880. OLE color: 15674880.
HSL color Cylindrical-coordinate representation of color #002EEF: hue angle of 228.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EEF is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 46 | 239 | - |
| CMYK | 1 | 0.81 | 0 | 0.06 |
| HSL | 228.45º | 1% | 0.47% | - |
| HSV(B) | 228.45º | 1% | 0.94% | - |
| XYZ | 16.56 | 8.19 | 82.37 | - |
| YUV | 54.25 | 232.26 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 239 | 1 | 0.81 | 0 | 0.06 | 228.45 | 1 | 0.47 |
| Hex | 0 | 2E | EF | 64 | 51 | 0 | 6 | E4 | 64 | 2F |
| Octal | 0 | 56 | 357 | 144 | 121 | 0 | 6 | 344 | 144 | 57 |
| Binary | 0 | 101110 | 11101111 | 1100100 | 1010001 | 0 | 110 | 11100100 | 1100100 | 101111 |
Color Harmonies of #002EEF
Complementary color
Monochromatic Colors of #002EEF
Black with #002EEF
Text Example
Text Example
White with #002EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EEF; }
p { color: rgb(0,46,239); }
H1.HeaderClassName
{
color: #002EEF;
}
.AnyTagClassName
{
color: #002EEF;
}
</style>
background-color css
<style>
a { background-color: #002EEF; }
a { background-color: rgb(0,46,239); }
div.DivClassName
{
background-color: #002EEF;
}
.BgClassName
{
background-color: #002EEF;
}
</style>
border-color css
<style>
span { border-color: #002EEF; }
span { border-color: rgb(0,46,239); }
td.TdClassName
{
border-color: #002EEF;
}
.TagClassName
{
border-color: #002EEF;
}
</style>