Shades of Blue #031EEF
Tints of Blue #031EEF
RGB
CMYK
RGB Variations
Color information
#031EEF (or 0x031EEF) is known color: Blue. HEX triplet: 03, 1E and EF. RGB value is (3,30,239). Sum of RGB (Red+Green+Blue) = 3+30+239=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 239 (93.75% from 255 or 87.87% from 272); Max value from RGB is 239 - color contains mainly: blue. Hex color #031EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031EEF is #FCE110. Grayscale: #2C2C2C. Windows color (decimal): -16572689 or 15670787. OLE color: 15670787.
HSL color Cylindrical-coordinate representation of color #031EEF: hue angle of 233.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031EEF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 30 | 239 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.06 |
| HSL | 233.14º | 0.98% | 0.47% | - |
| HSV(B) | 233.14º | 0.99% | 0.94% | - |
| XYZ | 16.08 | 7.18 | 82.2 | - |
| YUV | 45.75 | 237.05 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 239 | 0.99 | 0.87 | 0 | 0.06 | 233.14 | 0.98 | 0.47 |
| Hex | 3 | 1E | EF | 63 | 57 | 0 | 6 | E9 | 62 | 2F |
| Octal | 3 | 36 | 357 | 143 | 127 | 0 | 6 | 351 | 142 | 57 |
| Binary | 11 | 11110 | 11101111 | 1100011 | 1010111 | 0 | 110 | 11101001 | 1100010 | 101111 |
Color Harmonies of #031EEF
Complementary color
Monochromatic Colors of #031EEF
Black with #031EEF
Text Example
Text Example
White with #031EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031EEF; }
p { color: rgb(3,30,239); }
H1.HeaderClassName
{
color: #031EEF;
}
.AnyTagClassName
{
color: #031EEF;
}
</style>
background-color css
<style>
a { background-color: #031EEF; }
a { background-color: rgb(3,30,239); }
div.DivClassName
{
background-color: #031EEF;
}
.BgClassName
{
background-color: #031EEF;
}
</style>
border-color css
<style>
span { border-color: #031EEF; }
span { border-color: rgb(3,30,239); }
td.TdClassName
{
border-color: #031EEF;
}
.TagClassName
{
border-color: #031EEF;
}
</style>