Shades of Blue #031EFA
Tints of Blue #031EFA
RGB
CMYK
RGB Variations
Color information
#031EFA (or 0x031EFA) is known color: Blue. HEX triplet: 03, 1E and FA. RGB value is (3,30,250). Sum of RGB (Red+Green+Blue) = 3+30+250=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 250 (98.05% from 255 or 88.34% from 283); Max value from RGB is 250 - color contains mainly: blue. Hex color #031EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031EFA is #FCE105. Grayscale: #2E2E2E. Windows color (decimal): -16572678 or 16391683. OLE color: 16391683.
HSL color Cylindrical-coordinate representation of color #031EFA: hue angle of 233.44º 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 #031EFA is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 30 | 250 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.02 |
| HSL | 233.44º | 0.98% | 0.5% | - |
| HSV(B) | 233.44º | 0.99% | 0.98% | - |
| XYZ | 17.76 | 7.85 | 91.02 | - |
| YUV | 47.01 | 242.55 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 250 | 0.99 | 0.88 | 0 | 0.02 | 233.44 | 0.98 | 0.5 |
| Hex | 3 | 1E | FA | 63 | 58 | 0 | 2 | E9 | 62 | 32 |
| Octal | 3 | 36 | 372 | 143 | 130 | 0 | 2 | 351 | 142 | 62 |
| Binary | 11 | 11110 | 11111010 | 1100011 | 1011000 | 0 | 10 | 11101001 | 1100010 | 110010 |
Color Harmonies of #031EFA
Complementary color
Monochromatic Colors of #031EFA
Black with #031EFA
Text Example
Text Example
White with #031EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EFA; }
p { color: rgb(3,30,250); }
H1.HeaderClassName
{
color: #031EFA;
}
.AnyTagClassName
{
color: #031EFA;
}
</style>
background-color css
<style>
a { background-color: #031EFA; }
a { background-color: rgb(3,30,250); }
div.DivClassName
{
background-color: #031EFA;
}
.BgClassName
{
background-color: #031EFA;
}
</style>
border-color css
<style>
span { border-color: #031EFA; }
span { border-color: rgb(3,30,250); }
td.TdClassName
{
border-color: #031EFA;
}
.TagClassName
{
border-color: #031EFA;
}
</style>