Shades of Blue #1F03FF
Tints of Blue #1F03FF
RGB
CMYK
RGB Variations
Color information
#1F03FF (or 0x1F03FF) is known color: Blue. HEX triplet: 1F, 03 and FF. RGB value is (31,3,255). Sum of RGB (Red+Green+Blue) = 31+3+255=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F03FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F03FF is #E0FC00. Grayscale: #272727. Windows color (decimal): -14744577 or 16712479. OLE color: 16712479.
HSL color Cylindrical-coordinate representation of color #1F03FF: hue angle of 246.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F03FF is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 3 | 255 | - |
| CMYK | 0.88 | 0.99 | 0 | 0 |
| HSL | 246.67º | 1% | 0.51% | - |
| HSV(B) | 246.67º | 0.99% | 1% | - |
| XYZ | 18.65 | 7.58 | 95.09 | - |
| YUV | 40.1 | 249.28 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 255 | 0.88 | 0.99 | 0 | 0 | 246.67 | 1 | 0.51 |
| Hex | 1F | 3 | FF | 58 | 63 | 0 | 0 | F7 | 64 | 33 |
| Octal | 37 | 3 | 377 | 130 | 143 | 0 | 0 | 367 | 144 | 63 |
| Binary | 11111 | 11 | 11111111 | 1011000 | 1100011 | 0 | 0 | 11110111 | 1100100 | 110011 |
Color Harmonies of #1F03FF
Complementary color
Monochromatic Colors of #1F03FF
Black with #1F03FF
Text Example
Text Example
White with #1F03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F03FF; }
p { color: rgb(31,3,255); }
H1.HeaderClassName
{
color: #1F03FF;
}
.AnyTagClassName
{
color: #1F03FF;
}
</style>
background-color css
<style>
a { background-color: #1F03FF; }
a { background-color: rgb(31,3,255); }
div.DivClassName
{
background-color: #1F03FF;
}
.BgClassName
{
background-color: #1F03FF;
}
</style>
border-color css
<style>
span { border-color: #1F03FF; }
span { border-color: rgb(31,3,255); }
td.TdClassName
{
border-color: #1F03FF;
}
.TagClassName
{
border-color: #1F03FF;
}
</style>