Shades of Blue #1F09FF
Tints of Blue #1F09FF
RGB
CMYK
RGB Variations
Color information
#1F09FF (or 0x1F09FF) is known color: Blue. HEX triplet: 1F, 09 and FF. RGB value is (31,9,255). Sum of RGB (Red+Green+Blue) = 31+9+255=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 255 (100% from 255 or 86.44% from 295); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F09FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F09FF is #E0F600. Grayscale: #2A2A2A. Windows color (decimal): -14743041 or 16714015. OLE color: 16714015.
HSL color Cylindrical-coordinate representation of color #1F09FF: hue angle of 245.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F09FF is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 9 | 255 | - |
| CMYK | 0.88 | 0.96 | 0 | 0 |
| HSL | 245.37º | 1% | 0.52% | - |
| HSV(B) | 245.37º | 0.96% | 1% | - |
| XYZ | 18.71 | 7.71 | 95.11 | - |
| YUV | 43.62 | 247.29 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 255 | 0.88 | 0.96 | 0 | 0 | 245.37 | 1 | 0.52 |
| Hex | 1F | 9 | FF | 58 | 60 | 0 | 0 | F5 | 64 | 34 |
| Octal | 37 | 11 | 377 | 130 | 140 | 0 | 0 | 365 | 144 | 64 |
| Binary | 11111 | 1001 | 11111111 | 1011000 | 1100000 | 0 | 0 | 11110101 | 1100100 | 110100 |
Color Harmonies of #1F09FF
Complementary color
Monochromatic Colors of #1F09FF
Black with #1F09FF
Text Example
Text Example
White with #1F09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F09FF; }
p { color: rgb(31,9,255); }
H1.HeaderClassName
{
color: #1F09FF;
}
.AnyTagClassName
{
color: #1F09FF;
}
</style>
background-color css
<style>
a { background-color: #1F09FF; }
a { background-color: rgb(31,9,255); }
div.DivClassName
{
background-color: #1F09FF;
}
.BgClassName
{
background-color: #1F09FF;
}
</style>
border-color css
<style>
span { border-color: #1F09FF; }
span { border-color: rgb(31,9,255); }
td.TdClassName
{
border-color: #1F09FF;
}
.TagClassName
{
border-color: #1F09FF;
}
</style>