Shades of Blue #031FFE
Tints of Blue #031FFE
RGB
CMYK
RGB Variations
Color information
#031FFE (or 0x031FFE) is known color: Blue. HEX triplet: 03, 1F and FE. RGB value is (3,31,254). Sum of RGB (Red+Green+Blue) = 3+31+254=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 254 (99.61% from 255 or 88.19% from 288); Max value from RGB is 254 - color contains mainly: blue. Hex color #031FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031FFE is #FCE001. Grayscale: #2F2F2F. Windows color (decimal): -16572418 or 16654083. OLE color: 16654083.
HSL color Cylindrical-coordinate representation of color #031FFE: hue angle of 233.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FFE is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 31 | 254 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.00 |
| HSL | 233.31º | 0.99% | 0.5% | - |
| HSV(B) | 233.31º | 0.99% | 1% | - |
| XYZ | 18.42 | 8.16 | 94.37 | - |
| YUV | 48.05 | 244.22 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 254 | 0.99 | 0.88 | 0 | 0.00 | 233.31 | 0.99 | 0.5 |
| Hex | 3 | 1F | FE | 63 | 58 | 0 | 0 | E9 | 63 | 32 |
| Octal | 3 | 37 | 376 | 143 | 130 | 0 | 0 | 351 | 143 | 62 |
| Binary | 11 | 11111 | 11111110 | 1100011 | 1011000 | 0 | 0 | 11101001 | 1100011 | 110010 |
Color Harmonies of #031FFE
Complementary color
Monochromatic Colors of #031FFE
Black with #031FFE
Text Example
Text Example
White with #031FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FFE; }
p { color: rgb(3,31,254); }
H1.HeaderClassName
{
color: #031FFE;
}
.AnyTagClassName
{
color: #031FFE;
}
</style>
background-color css
<style>
a { background-color: #031FFE; }
a { background-color: rgb(3,31,254); }
div.DivClassName
{
background-color: #031FFE;
}
.BgClassName
{
background-color: #031FFE;
}
</style>
border-color css
<style>
span { border-color: #031FFE; }
span { border-color: rgb(3,31,254); }
td.TdClassName
{
border-color: #031FFE;
}
.TagClassName
{
border-color: #031FFE;
}
</style>