Shades of Blue #1F09EE
Tints of Blue #1F09EE
RGB
CMYK
RGB Variations
Color information
#1F09EE (or 0x1F09EE) is known color: Blue. HEX triplet: 1F, 09 and EE. RGB value is (31,9,238). Sum of RGB (Red+Green+Blue) = 31+9+238=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 238 (93.36% from 255 or 85.61% from 278); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F09EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F09EE is #E0F611. Grayscale: #282828. Windows color (decimal): -14743058 or 15599903. OLE color: 15599903.
HSL color Cylindrical-coordinate representation of color #1F09EE: hue angle of 245.76º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F09EE is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 9 | 238 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.07 |
| HSL | 245.76º | 0.93% | 0.48% | - |
| HSV(B) | 245.76º | 0.96% | 0.93% | - |
| XYZ | 16.1 | 6.66 | 81.33 | - |
| YUV | 41.68 | 238.79 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 238 | 0.87 | 0.96 | 0 | 0.07 | 245.76 | 0.93 | 0.48 |
| Hex | 1F | 9 | EE | 57 | 60 | 0 | 7 | F6 | 5D | 30 |
| Octal | 37 | 11 | 356 | 127 | 140 | 0 | 7 | 366 | 135 | 60 |
| Binary | 11111 | 1001 | 11101110 | 1010111 | 1100000 | 0 | 111 | 11110110 | 1011101 | 110000 |
Color Harmonies of #1F09EE
Complementary color
Monochromatic Colors of #1F09EE
Black with #1F09EE
Text Example
Text Example
White with #1F09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F09EE; }
p { color: rgb(31,9,238); }
H1.HeaderClassName
{
color: #1F09EE;
}
.AnyTagClassName
{
color: #1F09EE;
}
</style>
background-color css
<style>
a { background-color: #1F09EE; }
a { background-color: rgb(31,9,238); }
div.DivClassName
{
background-color: #1F09EE;
}
.BgClassName
{
background-color: #1F09EE;
}
</style>
border-color css
<style>
span { border-color: #1F09EE; }
span { border-color: rgb(31,9,238); }
td.TdClassName
{
border-color: #1F09EE;
}
.TagClassName
{
border-color: #1F09EE;
}
</style>