Shades of Blue #1F0EFA
Tints of Blue #1F0EFA
RGB
CMYK
RGB Variations
Color information
#1F0EFA (or 0x1F0EFA) is known color: Blue. HEX triplet: 1F, 0E and FA. RGB value is (31,14,250). Sum of RGB (Red+Green+Blue) = 31+14+250=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 14 (5.86% from 255 or 4.75% 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 #1F0EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F0EFA is #E0F105. Grayscale: #2D2D2D. Windows color (decimal): -14741766 or 16387615. OLE color: 16387615.
HSL color Cylindrical-coordinate representation of color #1F0EFA: hue angle of 244.32º 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 #1F0EFA is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 14 | 250 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.02 |
| HSL | 244.32º | 0.96% | 0.52% | - |
| HSV(B) | 244.32º | 0.94% | 0.98% | - |
| XYZ | 17.98 | 7.51 | 90.94 | - |
| YUV | 45.99 | 243.13 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 250 | 0.88 | 0.94 | 0 | 0.02 | 244.32 | 0.96 | 0.52 |
| Hex | 1F | E | FA | 58 | 5E | 0 | 2 | F4 | 60 | 34 |
| Octal | 37 | 16 | 372 | 130 | 136 | 0 | 2 | 364 | 140 | 64 |
| Binary | 11111 | 1110 | 11111010 | 1011000 | 1011110 | 0 | 10 | 11110100 | 1100000 | 110100 |
Color Harmonies of #1F0EFA
Complementary color
Monochromatic Colors of #1F0EFA
Black with #1F0EFA
Text Example
Text Example
White with #1F0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0EFA; }
p { color: rgb(31,14,250); }
H1.HeaderClassName
{
color: #1F0EFA;
}
.AnyTagClassName
{
color: #1F0EFA;
}
</style>
background-color css
<style>
a { background-color: #1F0EFA; }
a { background-color: rgb(31,14,250); }
div.DivClassName
{
background-color: #1F0EFA;
}
.BgClassName
{
background-color: #1F0EFA;
}
</style>
border-color css
<style>
span { border-color: #1F0EFA; }
span { border-color: rgb(31,14,250); }
td.TdClassName
{
border-color: #1F0EFA;
}
.TagClassName
{
border-color: #1F0EFA;
}
</style>