Shades of Blue #1F04FA
Tints of Blue #1F04FA
RGB
CMYK
RGB Variations
Color information
#1F04FA (or 0x1F04FA) is known color: Blue. HEX triplet: 1F, 04 and FA. RGB value is (31,4,250). Sum of RGB (Red+Green+Blue) = 31+4+250=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 250 (98.05% from 255 or 87.72% from 285); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F04FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F04FA is #E0FB05. Grayscale: #272727. Windows color (decimal): -14744326 or 16385055. OLE color: 16385055.
HSL color Cylindrical-coordinate representation of color #1F04FA: hue angle of 246.59º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F04FA is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 4 | 250 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.02 |
| HSL | 246.59º | 0.97% | 0.5% | - |
| HSV(B) | 246.59º | 0.98% | 0.98% | - |
| XYZ | 17.86 | 7.28 | 90.91 | - |
| YUV | 40.12 | 246.45 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 250 | 0.88 | 0.98 | 0 | 0.02 | 246.59 | 0.97 | 0.5 |
| Hex | 1F | 4 | FA | 58 | 62 | 0 | 2 | F7 | 61 | 32 |
| Octal | 37 | 4 | 372 | 130 | 142 | 0 | 2 | 367 | 141 | 62 |
| Binary | 11111 | 100 | 11111010 | 1011000 | 1100010 | 0 | 10 | 11110111 | 1100001 | 110010 |
Color Harmonies of #1F04FA
Complementary color
Monochromatic Colors of #1F04FA
Black with #1F04FA
Text Example
Text Example
White with #1F04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F04FA; }
p { color: rgb(31,4,250); }
H1.HeaderClassName
{
color: #1F04FA;
}
.AnyTagClassName
{
color: #1F04FA;
}
</style>
background-color css
<style>
a { background-color: #1F04FA; }
a { background-color: rgb(31,4,250); }
div.DivClassName
{
background-color: #1F04FA;
}
.BgClassName
{
background-color: #1F04FA;
}
</style>
border-color css
<style>
span { border-color: #1F04FA; }
span { border-color: rgb(31,4,250); }
td.TdClassName
{
border-color: #1F04FA;
}
.TagClassName
{
border-color: #1F04FA;
}
</style>