Shades of Blue #1F01FB
Tints of Blue #1F01FB
RGB
CMYK
RGB Variations
Color information
#1F01FB (or 0x1F01FB) is known color: Blue. HEX triplet: 1F, 01 and FB. RGB value is (31,1,251). Sum of RGB (Red+Green+Blue) = 31+1+251=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 251 (98.44% from 255 or 88.69% from 283); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F01FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F01FB is #E0FE04. Grayscale: #252525. Windows color (decimal): -14745093 or 16449823. OLE color: 16449823.
HSL color Cylindrical-coordinate representation of color #1F01FB: hue angle of 247.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F01FB is Cyan = 0.88, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 1 | 251 | - |
| CMYK | 0.88 | 1.00 | 0 | 0.02 |
| HSL | 247.2º | 0.99% | 0.49% | - |
| HSV(B) | 247.2º | 1% | 0.98% | - |
| XYZ | 17.99 | 7.28 | 91.72 | - |
| YUV | 38.47 | 247.94 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 251 | 0.88 | 1.00 | 0 | 0.02 | 247.2 | 0.99 | 0.49 |
| Hex | 1F | 1 | FB | 58 | 64 | 0 | 2 | F7 | 63 | 31 |
| Octal | 37 | 1 | 373 | 130 | 144 | 0 | 2 | 367 | 143 | 61 |
| Binary | 11111 | 1 | 11111011 | 1011000 | 1100100 | 0 | 10 | 11110111 | 1100011 | 110001 |
Color Harmonies of #1F01FB
Complementary color
Monochromatic Colors of #1F01FB
Black with #1F01FB
Text Example
Text Example
White with #1F01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F01FB; }
p { color: rgb(31,1,251); }
H1.HeaderClassName
{
color: #1F01FB;
}
.AnyTagClassName
{
color: #1F01FB;
}
</style>
background-color css
<style>
a { background-color: #1F01FB; }
a { background-color: rgb(31,1,251); }
div.DivClassName
{
background-color: #1F01FB;
}
.BgClassName
{
background-color: #1F01FB;
}
</style>
border-color css
<style>
span { border-color: #1F01FB; }
span { border-color: rgb(31,1,251); }
td.TdClassName
{
border-color: #1F01FB;
}
.TagClassName
{
border-color: #1F01FB;
}
</style>