Shades of Blue #002EF0
Tints of Blue #002EF0
RGB
CMYK
RGB Variations
Color information
#002EF0 (or 0x002EF0) is known color: Blue. HEX triplet: 00, 2E and F0. RGB value is (0,46,240). Sum of RGB (Red+Green+Blue) = 0+46+240=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 240 (94.14% from 255 or 83.92% from 286); Max value from RGB is 240 - color contains mainly: blue. Hex color #002EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EF0 is #FFD10F. Grayscale: #353535. Windows color (decimal): -16765200 or 15740416. OLE color: 15740416.
HSL color Cylindrical-coordinate representation of color #002EF0: hue angle of 228.5º 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 #002EF0 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 46 | 240 | - |
| CMYK | 1 | 0.81 | 0 | 0.06 |
| HSL | 228.5º | 1% | 0.47% | - |
| HSV(B) | 228.5º | 1% | 0.94% | - |
| XYZ | 16.71 | 8.25 | 83.15 | - |
| YUV | 54.36 | 232.76 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 240 | 1 | 0.81 | 0 | 0.06 | 228.5 | 1 | 0.47 |
| Hex | 0 | 2E | F0 | 64 | 51 | 0 | 6 | E4 | 64 | 2F |
| Octal | 0 | 56 | 360 | 144 | 121 | 0 | 6 | 344 | 144 | 57 |
| Binary | 0 | 101110 | 11110000 | 1100100 | 1010001 | 0 | 110 | 11100100 | 1100100 | 101111 |
Color Harmonies of #002EF0
Complementary color
Monochromatic Colors of #002EF0
Black with #002EF0
Text Example
Text Example
White with #002EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002EF0; }
p { color: rgb(0,46,240); }
H1.HeaderClassName
{
color: #002EF0;
}
.AnyTagClassName
{
color: #002EF0;
}
</style>
background-color css
<style>
a { background-color: #002EF0; }
a { background-color: rgb(0,46,240); }
div.DivClassName
{
background-color: #002EF0;
}
.BgClassName
{
background-color: #002EF0;
}
</style>
border-color css
<style>
span { border-color: #002EF0; }
span { border-color: rgb(0,46,240); }
td.TdClassName
{
border-color: #002EF0;
}
.TagClassName
{
border-color: #002EF0;
}
</style>