Shades of Blue #031EF7
Tints of Blue #031EF7
RGB
CMYK
RGB Variations
Color information
#031EF7 (or 0x031EF7) is known color: Blue. HEX triplet: 03, 1E and F7. RGB value is (3,30,247). Sum of RGB (Red+Green+Blue) = 3+30+247=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 247 (96.88% from 255 or 88.21% from 280); Max value from RGB is 247 - color contains mainly: blue. Hex color #031EF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031EF7 is #FCE108. Grayscale: #2D2D2D. Windows color (decimal): -16572681 or 16195075. OLE color: 16195075.
HSL color Cylindrical-coordinate representation of color #031EF7: hue angle of 233.36º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031EF7 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 30 | 247 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.03 |
| HSL | 233.36º | 0.98% | 0.49% | - |
| HSV(B) | 233.36º | 0.99% | 0.97% | - |
| XYZ | 17.29 | 7.66 | 88.56 | - |
| YUV | 46.67 | 241.05 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 247 | 0.99 | 0.88 | 0 | 0.03 | 233.36 | 0.98 | 0.49 |
| Hex | 3 | 1E | F7 | 63 | 58 | 0 | 3 | E9 | 62 | 31 |
| Octal | 3 | 36 | 367 | 143 | 130 | 0 | 3 | 351 | 142 | 61 |
| Binary | 11 | 11110 | 11110111 | 1100011 | 1011000 | 0 | 11 | 11101001 | 1100010 | 110001 |
Color Harmonies of #031EF7
Complementary color
Monochromatic Colors of #031EF7
Black with #031EF7
Text Example
Text Example
White with #031EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EF7; }
p { color: rgb(3,30,247); }
H1.HeaderClassName
{
color: #031EF7;
}
.AnyTagClassName
{
color: #031EF7;
}
</style>
background-color css
<style>
a { background-color: #031EF7; }
a { background-color: rgb(3,30,247); }
div.DivClassName
{
background-color: #031EF7;
}
.BgClassName
{
background-color: #031EF7;
}
</style>
border-color css
<style>
span { border-color: #031EF7; }
span { border-color: rgb(3,30,247); }
td.TdClassName
{
border-color: #031EF7;
}
.TagClassName
{
border-color: #031EF7;
}
</style>