Shades of Blue #1F0BE9
Tints of Blue #1F0BE9
RGB
CMYK
RGB Variations
Color information
#1F0BE9 (or 0x1F0BE9) is known color: Blue. HEX triplet: 1F, 0B and E9. RGB value is (31,11,233). Sum of RGB (Red+Green+Blue) = 31+11+233=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 233 (91.41% from 255 or 84.73% from 275); Max value from RGB is 233 - color contains mainly: blue. Hex color #1F0BE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F0BE9 is #E0F416. Grayscale: #292929. Windows color (decimal): -14742551 or 15272735. OLE color: 15272735.
HSL color Cylindrical-coordinate representation of color #1F0BE9: hue angle of 245.41º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0BE9 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 11 | 233 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.09 |
| HSL | 245.41º | 0.91% | 0.48% | - |
| HSV(B) | 245.41º | 0.95% | 0.91% | - |
| XYZ | 15.39 | 6.41 | 77.52 | - |
| YUV | 42.29 | 235.63 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 233 | 0.87 | 0.95 | 0 | 0.09 | 245.41 | 0.91 | 0.48 |
| Hex | 1F | B | E9 | 57 | 5F | 0 | 9 | F5 | 5B | 30 |
| Octal | 37 | 13 | 351 | 127 | 137 | 0 | 11 | 365 | 133 | 60 |
| Binary | 11111 | 1011 | 11101001 | 1010111 | 1011111 | 0 | 1001 | 11110101 | 1011011 | 110000 |
Color Harmonies of #1F0BE9
Complementary color
Monochromatic Colors of #1F0BE9
Black with #1F0BE9
Text Example
Text Example
White with #1F0BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0BE9; }
p { color: rgb(31,11,233); }
H1.HeaderClassName
{
color: #1F0BE9;
}
.AnyTagClassName
{
color: #1F0BE9;
}
</style>
background-color css
<style>
a { background-color: #1F0BE9; }
a { background-color: rgb(31,11,233); }
div.DivClassName
{
background-color: #1F0BE9;
}
.BgClassName
{
background-color: #1F0BE9;
}
</style>
border-color css
<style>
span { border-color: #1F0BE9; }
span { border-color: rgb(31,11,233); }
td.TdClassName
{
border-color: #1F0BE9;
}
.TagClassName
{
border-color: #1F0BE9;
}
</style>