Shades of Blue #031EF0
Tints of Blue #031EF0
RGB
CMYK
RGB Variations
Color information
#031EF0 (or 0x031EF0) is known color: Blue. HEX triplet: 03, 1E and F0. RGB value is (3,30,240). Sum of RGB (Red+Green+Blue) = 3+30+240=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 240 (94.14% from 255 or 87.91% from 273); Max value from RGB is 240 - color contains mainly: blue. Hex color #031EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031EF0 is #FCE10F. Grayscale: #2D2D2D. Windows color (decimal): -16572688 or 15736323. OLE color: 15736323.
HSL color Cylindrical-coordinate representation of color #031EF0: hue angle of 233.16º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031EF0 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 30 | 240 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.06 |
| HSL | 233.16º | 0.98% | 0.48% | - |
| HSV(B) | 233.16º | 0.99% | 0.94% | - |
| XYZ | 16.23 | 7.24 | 82.98 | - |
| YUV | 45.87 | 237.55 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 240 | 0.99 | 0.87 | 0 | 0.06 | 233.16 | 0.98 | 0.48 |
| Hex | 3 | 1E | F0 | 63 | 57 | 0 | 6 | E9 | 62 | 30 |
| Octal | 3 | 36 | 360 | 143 | 127 | 0 | 6 | 351 | 142 | 60 |
| Binary | 11 | 11110 | 11110000 | 1100011 | 1010111 | 0 | 110 | 11101001 | 1100010 | 110000 |
Color Harmonies of #031EF0
Complementary color
Monochromatic Colors of #031EF0
Black with #031EF0
Text Example
Text Example
White with #031EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EF0; }
p { color: rgb(3,30,240); }
H1.HeaderClassName
{
color: #031EF0;
}
.AnyTagClassName
{
color: #031EF0;
}
</style>
background-color css
<style>
a { background-color: #031EF0; }
a { background-color: rgb(3,30,240); }
div.DivClassName
{
background-color: #031EF0;
}
.BgClassName
{
background-color: #031EF0;
}
</style>
border-color css
<style>
span { border-color: #031EF0; }
span { border-color: rgb(3,30,240); }
td.TdClassName
{
border-color: #031EF0;
}
.TagClassName
{
border-color: #031EF0;
}
</style>