Shades of Blue #0E1FFA
Tints of Blue #0E1FFA
RGB
CMYK
RGB Variations
Color information
#0E1FFA (or 0x0E1FFA) is known color: Blue. HEX triplet: 0E, 1F and FA. RGB value is (14,31,250). Sum of RGB (Red+Green+Blue) = 14+31+250=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 250 (98.05% from 255 or 84.75% from 295); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E1FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E1FFA is #F1E005. Grayscale: #313131. Windows color (decimal): -15851526 or 16391950. OLE color: 16391950.
HSL color Cylindrical-coordinate representation of color #0E1FFA: hue angle of 235.68º 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 #0E1FFA is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 31 | 250 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.02 |
| HSL | 235.68º | 0.96% | 0.52% | - |
| HSV(B) | 235.68º | 0.94% | 0.98% | - |
| XYZ | 17.93 | 7.98 | 91.04 | - |
| YUV | 50.88 | 240.37 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 31 | 250 | 0.94 | 0.88 | 0 | 0.02 | 235.68 | 0.96 | 0.52 |
| Hex | E | 1F | FA | 5E | 58 | 0 | 2 | EC | 60 | 34 |
| Octal | 16 | 37 | 372 | 136 | 130 | 0 | 2 | 354 | 140 | 64 |
| Binary | 1110 | 11111 | 11111010 | 1011110 | 1011000 | 0 | 10 | 11101100 | 1100000 | 110100 |
Color Harmonies of #0E1FFA
Complementary color
Monochromatic Colors of #0E1FFA
Black with #0E1FFA
Text Example
Text Example
White with #0E1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1FFA; }
p { color: rgb(14,31,250); }
H1.HeaderClassName
{
color: #0E1FFA;
}
.AnyTagClassName
{
color: #0E1FFA;
}
</style>
background-color css
<style>
a { background-color: #0E1FFA; }
a { background-color: rgb(14,31,250); }
div.DivClassName
{
background-color: #0E1FFA;
}
.BgClassName
{
background-color: #0E1FFA;
}
</style>
border-color css
<style>
span { border-color: #0E1FFA; }
span { border-color: rgb(14,31,250); }
td.TdClassName
{
border-color: #0E1FFA;
}
.TagClassName
{
border-color: #0E1FFA;
}
</style>