Shades of Blue #031DEE
Tints of Blue #031DEE
RGB
CMYK
RGB Variations
Color information
#031DEE (or 0x031DEE) is known color: Blue. HEX triplet: 03, 1D and EE. RGB value is (3,29,238). Sum of RGB (Red+Green+Blue) = 3+29+238=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 238 (93.36% from 255 or 88.15% from 270); Max value from RGB is 238 - color contains mainly: blue. Hex color #031DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031DEE is #FCE211. Grayscale: #2C2C2C. Windows color (decimal): -16572946 or 15604995. OLE color: 15604995.
HSL color Cylindrical-coordinate representation of color #031DEE: hue angle of 233.36º 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 #031DEE is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 29 | 238 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.07 |
| HSL | 233.36º | 0.98% | 0.47% | - |
| HSV(B) | 233.36º | 0.99% | 0.93% | - |
| XYZ | 15.91 | 7.07 | 81.42 | - |
| YUV | 45.05 | 236.89 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 238 | 0.99 | 0.88 | 0 | 0.07 | 233.36 | 0.98 | 0.47 |
| Hex | 3 | 1D | EE | 63 | 58 | 0 | 7 | E9 | 62 | 2F |
| Octal | 3 | 35 | 356 | 143 | 130 | 0 | 7 | 351 | 142 | 57 |
| Binary | 11 | 11101 | 11101110 | 1100011 | 1011000 | 0 | 111 | 11101001 | 1100010 | 101111 |
Color Harmonies of #031DEE
Complementary color
Monochromatic Colors of #031DEE
Black with #031DEE
Text Example
Text Example
White with #031DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DEE; }
p { color: rgb(3,29,238); }
H1.HeaderClassName
{
color: #031DEE;
}
.AnyTagClassName
{
color: #031DEE;
}
</style>
background-color css
<style>
a { background-color: #031DEE; }
a { background-color: rgb(3,29,238); }
div.DivClassName
{
background-color: #031DEE;
}
.BgClassName
{
background-color: #031DEE;
}
</style>
border-color css
<style>
span { border-color: #031DEE; }
span { border-color: rgb(3,29,238); }
td.TdClassName
{
border-color: #031DEE;
}
.TagClassName
{
border-color: #031DEE;
}
</style>