Shades of Blue #1F08FF
Tints of Blue #1F08FF
RGB
CMYK
RGB Variations
Color information
#1F08FF (or 0x1F08FF) is known color: Blue. HEX triplet: 1F, 08 and FF. RGB value is (31,8,255). Sum of RGB (Red+Green+Blue) = 31+8+255=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 255 (100% from 255 or 86.73% from 294); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F08FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F08FF is #E0F700. Grayscale: #2A2A2A. Windows color (decimal): -14743297 or 16713759. OLE color: 16713759.
HSL color Cylindrical-coordinate representation of color #1F08FF: hue angle of 245.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F08FF is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 8 | 255 | - |
| CMYK | 0.88 | 0.97 | 0 | 0 |
| HSL | 245.59º | 1% | 0.52% | - |
| HSV(B) | 245.59º | 0.97% | 1% | - |
| XYZ | 18.7 | 7.68 | 95.11 | - |
| YUV | 43.04 | 247.62 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 255 | 0.88 | 0.97 | 0 | 0 | 245.59 | 1 | 0.52 |
| Hex | 1F | 8 | FF | 58 | 61 | 0 | 0 | F6 | 64 | 34 |
| Octal | 37 | 10 | 377 | 130 | 141 | 0 | 0 | 366 | 144 | 64 |
| Binary | 11111 | 1000 | 11111111 | 1011000 | 1100001 | 0 | 0 | 11110110 | 1100100 | 110100 |
Color Harmonies of #1F08FF
Complementary color
Monochromatic Colors of #1F08FF
Black with #1F08FF
Text Example
Text Example
White with #1F08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F08FF; }
p { color: rgb(31,8,255); }
H1.HeaderClassName
{
color: #1F08FF;
}
.AnyTagClassName
{
color: #1F08FF;
}
</style>
background-color css
<style>
a { background-color: #1F08FF; }
a { background-color: rgb(31,8,255); }
div.DivClassName
{
background-color: #1F08FF;
}
.BgClassName
{
background-color: #1F08FF;
}
</style>
border-color css
<style>
span { border-color: #1F08FF; }
span { border-color: rgb(31,8,255); }
td.TdClassName
{
border-color: #1F08FF;
}
.TagClassName
{
border-color: #1F08FF;
}
</style>