Shades of Blue #0E1DFA
Tints of Blue #0E1DFA
RGB
CMYK
RGB Variations
Color information
#0E1DFA (or 0x0E1DFA) is known color: Blue. HEX triplet: 0E, 1D and FA. RGB value is (14,29,250). Sum of RGB (Red+Green+Blue) = 14+29+250=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E1DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E1DFA is #F1E205. Grayscale: #303030. Windows color (decimal): -15852038 or 16391438. OLE color: 16391438.
HSL color Cylindrical-coordinate representation of color #0E1DFA: hue angle of 236.19º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E1DFA is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 29 | 250 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.02 |
| HSL | 236.19º | 0.96% | 0.52% | - |
| HSV(B) | 236.19º | 0.94% | 0.98% | - |
| XYZ | 17.88 | 7.87 | 91.02 | - |
| YUV | 49.71 | 241.03 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 250 | 0.94 | 0.88 | 0 | 0.02 | 236.19 | 0.96 | 0.52 |
| Hex | E | 1D | FA | 5E | 58 | 0 | 2 | EC | 60 | 34 |
| Octal | 16 | 35 | 372 | 136 | 130 | 0 | 2 | 354 | 140 | 64 |
| Binary | 1110 | 11101 | 11111010 | 1011110 | 1011000 | 0 | 10 | 11101100 | 1100000 | 110100 |
Color Harmonies of #0E1DFA
Complementary color
Monochromatic Colors of #0E1DFA
Black with #0E1DFA
Text Example
Text Example
White with #0E1DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1DFA; }
p { color: rgb(14,29,250); }
H1.HeaderClassName
{
color: #0E1DFA;
}
.AnyTagClassName
{
color: #0E1DFA;
}
</style>
background-color css
<style>
a { background-color: #0E1DFA; }
a { background-color: rgb(14,29,250); }
div.DivClassName
{
background-color: #0E1DFA;
}
.BgClassName
{
background-color: #0E1DFA;
}
</style>
border-color css
<style>
span { border-color: #0E1DFA; }
span { border-color: rgb(14,29,250); }
td.TdClassName
{
border-color: #0E1DFA;
}
.TagClassName
{
border-color: #0E1DFA;
}
</style>