Shades of Blue #1F09FA
Tints of Blue #1F09FA
RGB
CMYK
RGB Variations
Color information
#1F09FA (or 0x1F09FA) is known color: Blue. HEX triplet: 1F, 09 and FA. RGB value is (31,9,250). Sum of RGB (Red+Green+Blue) = 31+9+250=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 250 (98.05% from 255 or 86.21% from 290); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F09FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F09FA is #E0F605. Grayscale: #2A2A2A. Windows color (decimal): -14743046 or 16386335. OLE color: 16386335.
HSL color Cylindrical-coordinate representation of color #1F09FA: hue angle of 245.48º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F09FA is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 9 | 250 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.02 |
| HSL | 245.48º | 0.96% | 0.51% | - |
| HSV(B) | 245.48º | 0.96% | 0.98% | - |
| XYZ | 17.92 | 7.39 | 90.92 | - |
| YUV | 43.05 | 244.79 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 250 | 0.88 | 0.96 | 0 | 0.02 | 245.48 | 0.96 | 0.51 |
| Hex | 1F | 9 | FA | 58 | 60 | 0 | 2 | F5 | 60 | 33 |
| Octal | 37 | 11 | 372 | 130 | 140 | 0 | 2 | 365 | 140 | 63 |
| Binary | 11111 | 1001 | 11111010 | 1011000 | 1100000 | 0 | 10 | 11110101 | 1100000 | 110011 |
Color Harmonies of #1F09FA
Complementary color
Monochromatic Colors of #1F09FA
Black with #1F09FA
Text Example
Text Example
White with #1F09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F09FA; }
p { color: rgb(31,9,250); }
H1.HeaderClassName
{
color: #1F09FA;
}
.AnyTagClassName
{
color: #1F09FA;
}
</style>
background-color css
<style>
a { background-color: #1F09FA; }
a { background-color: rgb(31,9,250); }
div.DivClassName
{
background-color: #1F09FA;
}
.BgClassName
{
background-color: #1F09FA;
}
</style>
border-color css
<style>
span { border-color: #1F09FA; }
span { border-color: rgb(31,9,250); }
td.TdClassName
{
border-color: #1F09FA;
}
.TagClassName
{
border-color: #1F09FA;
}
</style>