Shades of Blue #1F02FF
Tints of Blue #1F02FF
RGB
CMYK
RGB Variations
Color information
#1F02FF (or 0x1F02FF) is known color: Blue. HEX triplet: 1F, 02 and FF. RGB value is (31,2,255). Sum of RGB (Red+Green+Blue) = 31+2+255=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 255 (100% from 255 or 88.54% from 288); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F02FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F02FF is #E0FD00. Grayscale: #262626. Windows color (decimal): -14744833 or 16712223. OLE color: 16712223.
HSL color Cylindrical-coordinate representation of color #1F02FF: hue angle of 246.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02FF is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 2 | 255 | - |
| CMYK | 0.88 | 0.99 | 0 | 0 |
| HSL | 246.88º | 1% | 0.5% | - |
| HSV(B) | 246.88º | 0.99% | 1% | - |
| XYZ | 18.64 | 7.55 | 95.08 | - |
| YUV | 39.51 | 249.61 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 255 | 0.88 | 0.99 | 0 | 0 | 246.88 | 1 | 0.5 |
| Hex | 1F | 2 | FF | 58 | 63 | 0 | 0 | F7 | 64 | 32 |
| Octal | 37 | 2 | 377 | 130 | 143 | 0 | 0 | 367 | 144 | 62 |
| Binary | 11111 | 10 | 11111111 | 1011000 | 1100011 | 0 | 0 | 11110111 | 1100100 | 110010 |
Color Harmonies of #1F02FF
Complementary color
Monochromatic Colors of #1F02FF
Black with #1F02FF
Text Example
Text Example
White with #1F02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02FF; }
p { color: rgb(31,2,255); }
H1.HeaderClassName
{
color: #1F02FF;
}
.AnyTagClassName
{
color: #1F02FF;
}
</style>
background-color css
<style>
a { background-color: #1F02FF; }
a { background-color: rgb(31,2,255); }
div.DivClassName
{
background-color: #1F02FF;
}
.BgClassName
{
background-color: #1F02FF;
}
</style>
border-color css
<style>
span { border-color: #1F02FF; }
span { border-color: rgb(31,2,255); }
td.TdClassName
{
border-color: #1F02FF;
}
.TagClassName
{
border-color: #1F02FF;
}
</style>