Shades of Blue #1F09FE
Tints of Blue #1F09FE
RGB
CMYK
RGB Variations
Color information
#1F09FE (or 0x1F09FE) is known color: Blue. HEX triplet: 1F, 09 and FE. RGB value is (31,9,254). Sum of RGB (Red+Green+Blue) = 31+9+254=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 254 (99.61% from 255 or 86.39% from 294); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F09FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F09FE is #E0F601. Grayscale: #2A2A2A. Windows color (decimal): -14743042 or 16648479. OLE color: 16648479.
HSL color Cylindrical-coordinate representation of color #1F09FE: hue angle of 245.39º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F09FE is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 9 | 254 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.00 |
| HSL | 245.39º | 0.99% | 0.52% | - |
| HSV(B) | 245.39º | 0.96% | 1% | - |
| XYZ | 18.55 | 7.64 | 94.26 | - |
| YUV | 43.51 | 246.79 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 254 | 0.88 | 0.96 | 0 | 0.00 | 245.39 | 0.99 | 0.52 |
| Hex | 1F | 9 | FE | 58 | 60 | 0 | 0 | F5 | 63 | 34 |
| Octal | 37 | 11 | 376 | 130 | 140 | 0 | 0 | 365 | 143 | 64 |
| Binary | 11111 | 1001 | 11111110 | 1011000 | 1100000 | 0 | 0 | 11110101 | 1100011 | 110100 |
Color Harmonies of #1F09FE
Complementary color
Monochromatic Colors of #1F09FE
Black with #1F09FE
Text Example
Text Example
White with #1F09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F09FE; }
p { color: rgb(31,9,254); }
H1.HeaderClassName
{
color: #1F09FE;
}
.AnyTagClassName
{
color: #1F09FE;
}
</style>
background-color css
<style>
a { background-color: #1F09FE; }
a { background-color: rgb(31,9,254); }
div.DivClassName
{
background-color: #1F09FE;
}
.BgClassName
{
background-color: #1F09FE;
}
</style>
border-color css
<style>
span { border-color: #1F09FE; }
span { border-color: rgb(31,9,254); }
td.TdClassName
{
border-color: #1F09FE;
}
.TagClassName
{
border-color: #1F09FE;
}
</style>