Shades of Blue #1F09FB
Tints of Blue #1F09FB
RGB
CMYK
RGB Variations
Color information
#1F09FB (or 0x1F09FB) is known color: Blue. HEX triplet: 1F, 09 and FB. RGB value is (31,9,251). Sum of RGB (Red+Green+Blue) = 31+9+251=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 251 (98.44% from 255 or 86.25% from 291); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F09FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F09FB is #E0F604. Grayscale: #2A2A2A. Windows color (decimal): -14743045 or 16451871. OLE color: 16451871.
HSL color Cylindrical-coordinate representation of color #1F09FB: hue angle of 245.45º degrees, saturation: 0.97, 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 #1F09FB is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 9 | 251 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.02 |
| HSL | 245.45º | 0.97% | 0.51% | - |
| HSV(B) | 245.45º | 0.96% | 0.98% | - |
| XYZ | 18.08 | 7.45 | 91.75 | - |
| YUV | 43.17 | 245.29 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 251 | 0.88 | 0.96 | 0 | 0.02 | 245.45 | 0.97 | 0.51 |
| Hex | 1F | 9 | FB | 58 | 60 | 0 | 2 | F5 | 61 | 33 |
| Octal | 37 | 11 | 373 | 130 | 140 | 0 | 2 | 365 | 141 | 63 |
| Binary | 11111 | 1001 | 11111011 | 1011000 | 1100000 | 0 | 10 | 11110101 | 1100001 | 110011 |
Color Harmonies of #1F09FB
Complementary color
Monochromatic Colors of #1F09FB
Black with #1F09FB
Text Example
Text Example
White with #1F09FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F09FB; }
p { color: rgb(31,9,251); }
H1.HeaderClassName
{
color: #1F09FB;
}
.AnyTagClassName
{
color: #1F09FB;
}
</style>
background-color css
<style>
a { background-color: #1F09FB; }
a { background-color: rgb(31,9,251); }
div.DivClassName
{
background-color: #1F09FB;
}
.BgClassName
{
background-color: #1F09FB;
}
</style>
border-color css
<style>
span { border-color: #1F09FB; }
span { border-color: rgb(31,9,251); }
td.TdClassName
{
border-color: #1F09FB;
}
.TagClassName
{
border-color: #1F09FB;
}
</style>