Shades of Blue #1F0DE7
Tints of Blue #1F0DE7
RGB
CMYK
RGB Variations
Color information
#1F0DE7 (or 0x1F0DE7) is known color: Blue. HEX triplet: 1F, 0D and E7. RGB value is (31,13,231). Sum of RGB (Red+Green+Blue) = 31+13+231=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 231 (90.62% from 255 or 84% from 275); Max value from RGB is 231 - color contains mainly: blue. Hex color #1F0DE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F0DE7 is #E0F218. Grayscale: #2A2A2A. Windows color (decimal): -14742041 or 15142175. OLE color: 15142175.
HSL color Cylindrical-coordinate representation of color #1F0DE7: hue angle of 244.95º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0DE7 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 13 | 231 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.09 |
| HSL | 244.95º | 0.89% | 0.48% | - |
| HSV(B) | 244.95º | 0.94% | 0.91% | - |
| XYZ | 15.13 | 6.35 | 76.03 | - |
| YUV | 43.23 | 233.96 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 231 | 0.87 | 0.94 | 0 | 0.09 | 244.95 | 0.89 | 0.48 |
| Hex | 1F | D | E7 | 57 | 5E | 0 | 9 | F5 | 59 | 30 |
| Octal | 37 | 15 | 347 | 127 | 136 | 0 | 11 | 365 | 131 | 60 |
| Binary | 11111 | 1101 | 11100111 | 1010111 | 1011110 | 0 | 1001 | 11110101 | 1011001 | 110000 |
Color Harmonies of #1F0DE7
Complementary color
Monochromatic Colors of #1F0DE7
Black with #1F0DE7
Text Example
Text Example
White with #1F0DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0DE7; }
p { color: rgb(31,13,231); }
H1.HeaderClassName
{
color: #1F0DE7;
}
.AnyTagClassName
{
color: #1F0DE7;
}
</style>
background-color css
<style>
a { background-color: #1F0DE7; }
a { background-color: rgb(31,13,231); }
div.DivClassName
{
background-color: #1F0DE7;
}
.BgClassName
{
background-color: #1F0DE7;
}
</style>
border-color css
<style>
span { border-color: #1F0DE7; }
span { border-color: rgb(31,13,231); }
td.TdClassName
{
border-color: #1F0DE7;
}
.TagClassName
{
border-color: #1F0DE7;
}
</style>