Shades of Blue #1F09EA
Tints of Blue #1F09EA
RGB
CMYK
RGB Variations
Color information
#1F09EA (or 0x1F09EA) is known color: Blue. HEX triplet: 1F, 09 and EA. RGB value is (31,9,234). Sum of RGB (Red+Green+Blue) = 31+9+234=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 234 (91.80% from 255 or 85.40% from 274); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F09EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F09EA is #E0F615. Grayscale: #282828. Windows color (decimal): -14743062 or 15337759. OLE color: 15337759.
HSL color Cylindrical-coordinate representation of color #1F09EA: hue angle of 245.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F09EA is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 9 | 234 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.08 |
| HSL | 245.87º | 0.93% | 0.48% | - |
| HSV(B) | 245.87º | 0.96% | 0.92% | - |
| XYZ | 15.51 | 6.43 | 78.26 | - |
| YUV | 41.23 | 236.79 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 234 | 0.87 | 0.96 | 0 | 0.08 | 245.87 | 0.93 | 0.48 |
| Hex | 1F | 9 | EA | 57 | 60 | 0 | 8 | F6 | 5D | 30 |
| Octal | 37 | 11 | 352 | 127 | 140 | 0 | 10 | 366 | 135 | 60 |
| Binary | 11111 | 1001 | 11101010 | 1010111 | 1100000 | 0 | 1000 | 11110110 | 1011101 | 110000 |
Color Harmonies of #1F09EA
Complementary color
Monochromatic Colors of #1F09EA
Black with #1F09EA
Text Example
Text Example
White with #1F09EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F09EA; }
p { color: rgb(31,9,234); }
H1.HeaderClassName
{
color: #1F09EA;
}
.AnyTagClassName
{
color: #1F09EA;
}
</style>
background-color css
<style>
a { background-color: #1F09EA; }
a { background-color: rgb(31,9,234); }
div.DivClassName
{
background-color: #1F09EA;
}
.BgClassName
{
background-color: #1F09EA;
}
</style>
border-color css
<style>
span { border-color: #1F09EA; }
span { border-color: rgb(31,9,234); }
td.TdClassName
{
border-color: #1F09EA;
}
.TagClassName
{
border-color: #1F09EA;
}
</style>