Shades of Blue #0E17FD
Tints of Blue #0E17FD
RGB
CMYK
RGB Variations
Color information
#0E17FD (or 0x0E17FD) is known color: Blue. HEX triplet: 0E, 17 and FD. RGB value is (14,23,253). Sum of RGB (Red+Green+Blue) = 14+23+253=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 253 (99.22% from 255 or 87.24% from 290); Max value from RGB is 253 - color contains mainly: blue. Hex color #0E17FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E17FD is #F1E802. Grayscale: #2D2D2D. Windows color (decimal): -15853571 or 16586510. OLE color: 16586510.
HSL color Cylindrical-coordinate representation of color #0E17FD: hue angle of 237.74º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E17FD is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 23 | 253 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.01 |
| HSL | 237.74º | 0.98% | 0.52% | - |
| HSV(B) | 237.74º | 0.94% | 0.99% | - |
| XYZ | 18.22 | 7.8 | 93.47 | - |
| YUV | 46.53 | 244.52 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 253 | 0.94 | 0.91 | 0 | 0.01 | 237.74 | 0.98 | 0.52 |
| Hex | E | 17 | FD | 5E | 5B | 0 | 1 | EE | 62 | 34 |
| Octal | 16 | 27 | 375 | 136 | 133 | 0 | 1 | 356 | 142 | 64 |
| Binary | 1110 | 10111 | 11111101 | 1011110 | 1011011 | 0 | 1 | 11101110 | 1100010 | 110100 |
Color Harmonies of #0E17FD
Complementary color
Monochromatic Colors of #0E17FD
Black with #0E17FD
Text Example
Text Example
White with #0E17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E17FD; }
p { color: rgb(14,23,253); }
H1.HeaderClassName
{
color: #0E17FD;
}
.AnyTagClassName
{
color: #0E17FD;
}
</style>
background-color css
<style>
a { background-color: #0E17FD; }
a { background-color: rgb(14,23,253); }
div.DivClassName
{
background-color: #0E17FD;
}
.BgClassName
{
background-color: #0E17FD;
}
</style>
border-color css
<style>
span { border-color: #0E17FD; }
span { border-color: rgb(14,23,253); }
td.TdClassName
{
border-color: #0E17FD;
}
.TagClassName
{
border-color: #0E17FD;
}
</style>