Shades of Blue #1F10EF
Tints of Blue #1F10EF
RGB
CMYK
RGB Variations
Color information
#1F10EF (or 0x1F10EF) is known color: Blue. HEX triplet: 1F, 10 and EF. RGB value is (31,16,239). Sum of RGB (Red+Green+Blue) = 31+16+239=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F10EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F10EF is #E0EF10. Grayscale: #2D2D2D. Windows color (decimal): -14741265 or 15667231. OLE color: 15667231.
HSL color Cylindrical-coordinate representation of color #1F10EF: hue angle of 244.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F10EF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 16 | 239 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.06 |
| HSL | 244.04º | 0.87% | 0.5% | - |
| HSV(B) | 244.04º | 0.93% | 0.94% | - |
| XYZ | 16.33 | 6.89 | 82.13 | - |
| YUV | 45.91 | 236.97 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 239 | 0.87 | 0.93 | 0 | 0.06 | 244.04 | 0.87 | 0.5 |
| Hex | 1F | 10 | EF | 57 | 5D | 0 | 6 | F4 | 57 | 32 |
| Octal | 37 | 20 | 357 | 127 | 135 | 0 | 6 | 364 | 127 | 62 |
| Binary | 11111 | 10000 | 11101111 | 1010111 | 1011101 | 0 | 110 | 11110100 | 1010111 | 110010 |
Color Harmonies of #1F10EF
Complementary color
Monochromatic Colors of #1F10EF
Black with #1F10EF
Text Example
Text Example
White with #1F10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F10EF; }
p { color: rgb(31,16,239); }
H1.HeaderClassName
{
color: #1F10EF;
}
.AnyTagClassName
{
color: #1F10EF;
}
</style>
background-color css
<style>
a { background-color: #1F10EF; }
a { background-color: rgb(31,16,239); }
div.DivClassName
{
background-color: #1F10EF;
}
.BgClassName
{
background-color: #1F10EF;
}
</style>
border-color css
<style>
span { border-color: #1F10EF; }
span { border-color: rgb(31,16,239); }
td.TdClassName
{
border-color: #1F10EF;
}
.TagClassName
{
border-color: #1F10EF;
}
</style>