Shades of Blue #031EEE
Tints of Blue #031EEE
RGB
CMYK
RGB Variations
Color information
#031EEE (or 0x031EEE) is known color: Blue. HEX triplet: 03, 1E and EE. RGB value is (3,30,238). Sum of RGB (Red+Green+Blue) = 3+30+238=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 238 (93.36% from 255 or 87.82% from 271); Max value from RGB is 238 - color contains mainly: blue. Hex color #031EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031EEE is #FCE111. Grayscale: #2C2C2C. Windows color (decimal): -16572690 or 15605251. OLE color: 15605251.
HSL color Cylindrical-coordinate representation of color #031EEE: hue angle of 233.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031EEE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 30 | 238 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.07 |
| HSL | 233.11º | 0.98% | 0.47% | - |
| HSV(B) | 233.11º | 0.99% | 0.93% | - |
| XYZ | 15.93 | 7.12 | 81.42 | - |
| YUV | 45.64 | 236.55 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 238 | 0.99 | 0.87 | 0 | 0.07 | 233.11 | 0.98 | 0.47 |
| Hex | 3 | 1E | EE | 63 | 57 | 0 | 7 | E9 | 62 | 2F |
| Octal | 3 | 36 | 356 | 143 | 127 | 0 | 7 | 351 | 142 | 57 |
| Binary | 11 | 11110 | 11101110 | 1100011 | 1010111 | 0 | 111 | 11101001 | 1100010 | 101111 |
Color Harmonies of #031EEE
Complementary color
Monochromatic Colors of #031EEE
Black with #031EEE
Text Example
Text Example
White with #031EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EEE; }
p { color: rgb(3,30,238); }
H1.HeaderClassName
{
color: #031EEE;
}
.AnyTagClassName
{
color: #031EEE;
}
</style>
background-color css
<style>
a { background-color: #031EEE; }
a { background-color: rgb(3,30,238); }
div.DivClassName
{
background-color: #031EEE;
}
.BgClassName
{
background-color: #031EEE;
}
</style>
border-color css
<style>
span { border-color: #031EEE; }
span { border-color: rgb(3,30,238); }
td.TdClassName
{
border-color: #031EEE;
}
.TagClassName
{
border-color: #031EEE;
}
</style>