Shades of Blue #0E2DF5
Tints of Blue #0E2DF5
RGB
CMYK
RGB Variations
Color information
#0E2DF5 (or 0x0E2DF5) is known color: Blue. HEX triplet: 0E, 2D and F5. RGB value is (14,45,245). Sum of RGB (Red+Green+Blue) = 14+45+245=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 245 (96.09% from 255 or 80.59% from 304); Max value from RGB is 245 - color contains mainly: blue. Hex color #0E2DF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2DF5 is #F1D20A. Grayscale: #393939. Windows color (decimal): -15847947 or 16067854. OLE color: 16067854.
HSL color Cylindrical-coordinate representation of color #0E2DF5: hue angle of 231.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E2DF5 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 45 | 245 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.04 |
| HSL | 231.95º | 0.92% | 0.51% | - |
| HSV(B) | 231.95º | 0.94% | 0.96% | - |
| XYZ | 17.6 | 8.56 | 87.11 | - |
| YUV | 58.53 | 233.23 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 245 | 0.94 | 0.82 | 0 | 0.04 | 231.95 | 0.92 | 0.51 |
| Hex | E | 2D | F5 | 5E | 52 | 0 | 4 | E8 | 5C | 33 |
| Octal | 16 | 55 | 365 | 136 | 122 | 0 | 4 | 350 | 134 | 63 |
| Binary | 1110 | 101101 | 11110101 | 1011110 | 1010010 | 0 | 100 | 11101000 | 1011100 | 110011 |
Color Harmonies of #0E2DF5
Complementary color
Monochromatic Colors of #0E2DF5
Black with #0E2DF5
Text Example
Text Example
White with #0E2DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2DF5; }
p { color: rgb(14,45,245); }
H1.HeaderClassName
{
color: #0E2DF5;
}
.AnyTagClassName
{
color: #0E2DF5;
}
</style>
background-color css
<style>
a { background-color: #0E2DF5; }
a { background-color: rgb(14,45,245); }
div.DivClassName
{
background-color: #0E2DF5;
}
.BgClassName
{
background-color: #0E2DF5;
}
</style>
border-color css
<style>
span { border-color: #0E2DF5; }
span { border-color: rgb(14,45,245); }
td.TdClassName
{
border-color: #0E2DF5;
}
.TagClassName
{
border-color: #0E2DF5;
}
</style>