Shades of Blue #1F0EFD
Tints of Blue #1F0EFD
RGB
CMYK
RGB Variations
Color information
#1F0EFD (or 0x1F0EFD) is known color: Blue. HEX triplet: 1F, 0E and FD. RGB value is (31,14,253). Sum of RGB (Red+Green+Blue) = 31+14+253=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 253 (99.22% from 255 or 84.90% from 298); Max value from RGB is 253 - color contains mainly: blue. Hex color #1F0EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F0EFD is #E0F102. Grayscale: #2D2D2D. Windows color (decimal): -14741763 or 16584223. OLE color: 16584223.
HSL color Cylindrical-coordinate representation of color #1F0EFD: hue angle of 244.27º 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 #1F0EFD is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 14 | 253 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.01 |
| HSL | 244.27º | 0.98% | 0.52% | - |
| HSV(B) | 244.27º | 0.94% | 0.99% | - |
| XYZ | 18.45 | 7.7 | 93.44 | - |
| YUV | 46.33 | 244.63 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 253 | 0.88 | 0.94 | 0 | 0.01 | 244.27 | 0.98 | 0.52 |
| Hex | 1F | E | FD | 58 | 5E | 0 | 1 | F4 | 62 | 34 |
| Octal | 37 | 16 | 375 | 130 | 136 | 0 | 1 | 364 | 142 | 64 |
| Binary | 11111 | 1110 | 11111101 | 1011000 | 1011110 | 0 | 1 | 11110100 | 1100010 | 110100 |
Color Harmonies of #1F0EFD
Complementary color
Monochromatic Colors of #1F0EFD
Black with #1F0EFD
Text Example
Text Example
White with #1F0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0EFD; }
p { color: rgb(31,14,253); }
H1.HeaderClassName
{
color: #1F0EFD;
}
.AnyTagClassName
{
color: #1F0EFD;
}
</style>
background-color css
<style>
a { background-color: #1F0EFD; }
a { background-color: rgb(31,14,253); }
div.DivClassName
{
background-color: #1F0EFD;
}
.BgClassName
{
background-color: #1F0EFD;
}
</style>
border-color css
<style>
span { border-color: #1F0EFD; }
span { border-color: rgb(31,14,253); }
td.TdClassName
{
border-color: #1F0EFD;
}
.TagClassName
{
border-color: #1F0EFD;
}
</style>