Shades of Blue #031FFB
Tints of Blue #031FFB
RGB
CMYK
RGB Variations
Color information
#031FFB (or 0x031FFB) is known color: Blue. HEX triplet: 03, 1F and FB. RGB value is (3,31,251). Sum of RGB (Red+Green+Blue) = 3+31+251=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 251 (98.44% from 255 or 88.07% from 285); Max value from RGB is 251 - color contains mainly: blue. Hex color #031FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031FFB is #FCE004. Grayscale: #2E2E2E. Windows color (decimal): -16572421 or 16457475. OLE color: 16457475.
HSL color Cylindrical-coordinate representation of color #031FFB: hue angle of 233.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FFB is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 31 | 251 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.02 |
| HSL | 233.23º | 0.98% | 0.5% | - |
| HSV(B) | 233.23º | 0.99% | 0.98% | - |
| XYZ | 17.94 | 7.96 | 91.86 | - |
| YUV | 47.71 | 242.72 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 251 | 0.99 | 0.88 | 0 | 0.02 | 233.23 | 0.98 | 0.5 |
| Hex | 3 | 1F | FB | 63 | 58 | 0 | 2 | E9 | 62 | 32 |
| Octal | 3 | 37 | 373 | 143 | 130 | 0 | 2 | 351 | 142 | 62 |
| Binary | 11 | 11111 | 11111011 | 1100011 | 1011000 | 0 | 10 | 11101001 | 1100010 | 110010 |
Color Harmonies of #031FFB
Complementary color
Monochromatic Colors of #031FFB
Black with #031FFB
Text Example
Text Example
White with #031FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FFB; }
p { color: rgb(3,31,251); }
H1.HeaderClassName
{
color: #031FFB;
}
.AnyTagClassName
{
color: #031FFB;
}
</style>
background-color css
<style>
a { background-color: #031FFB; }
a { background-color: rgb(3,31,251); }
div.DivClassName
{
background-color: #031FFB;
}
.BgClassName
{
background-color: #031FFB;
}
</style>
border-color css
<style>
span { border-color: #031FFB; }
span { border-color: rgb(3,31,251); }
td.TdClassName
{
border-color: #031FFB;
}
.TagClassName
{
border-color: #031FFB;
}
</style>