Shades of Blue #001FFA
Tints of Blue #001FFA
RGB
CMYK
RGB Variations
Color information
#001FFA (or 0x001FFA) is known color: Blue. HEX triplet: 00, 1F and FA. RGB value is (0,31,250). Sum of RGB (Red+Green+Blue) = 0+31+250=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 250 (98.05% from 255 or 88.97% from 281); Max value from RGB is 250 - color contains mainly: blue. Hex color #001FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FFA is #FFE005. Grayscale: #2D2D2D. Windows color (decimal): -16769030 or 16391936. OLE color: 16391936.
HSL color Cylindrical-coordinate representation of color #001FFA: hue angle of 232.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FFA is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 31 | 250 | - |
| CMYK | 1 | 0.88 | 0 | 0.02 |
| HSL | 232.56º | 1% | 0.49% | - |
| HSV(B) | 232.56º | 1% | 0.98% | - |
| XYZ | 17.75 | 7.88 | 91.03 | - |
| YUV | 46.7 | 242.73 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 250 | 1 | 0.88 | 0 | 0.02 | 232.56 | 1 | 0.49 |
| Hex | 0 | 1F | FA | 64 | 58 | 0 | 2 | E9 | 64 | 31 |
| Octal | 0 | 37 | 372 | 144 | 130 | 0 | 2 | 351 | 144 | 61 |
| Binary | 0 | 11111 | 11111010 | 1100100 | 1011000 | 0 | 10 | 11101001 | 1100100 | 110001 |
Color Harmonies of #001FFA
Complementary color
Monochromatic Colors of #001FFA
Black with #001FFA
Text Example
Text Example
White with #001FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FFA; }
p { color: rgb(0,31,250); }
H1.HeaderClassName
{
color: #001FFA;
}
.AnyTagClassName
{
color: #001FFA;
}
</style>
background-color css
<style>
a { background-color: #001FFA; }
a { background-color: rgb(0,31,250); }
div.DivClassName
{
background-color: #001FFA;
}
.BgClassName
{
background-color: #001FFA;
}
</style>
border-color css
<style>
span { border-color: #001FFA; }
span { border-color: rgb(0,31,250); }
td.TdClassName
{
border-color: #001FFA;
}
.TagClassName
{
border-color: #001FFA;
}
</style>