Shades of Blue #0031EE
Tints of Blue #0031EE
RGB
CMYK
RGB Variations
Color information
#0031EE (or 0x0031EE) is known color: Blue. HEX triplet: 00, 31 and EE. RGB value is (0,49,238). Sum of RGB (Red+Green+Blue) = 0+49+238=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 238 (93.36% from 255 or 82.93% from 287); Max value from RGB is 238 - color contains mainly: blue. Hex color #0031EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0031EE is #FFCE11. Grayscale: #373737. Windows color (decimal): -16764434 or 15610112. OLE color: 15610112.
HSL color Cylindrical-coordinate representation of color #0031EE: hue angle of 227.65º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031EE is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 49 | 238 | - |
| CMYK | 1 | 0.79 | 0 | 0.07 |
| HSL | 227.65º | 1% | 0.47% | - |
| HSV(B) | 227.65º | 1% | 0.93% | - |
| XYZ | 16.53 | 8.37 | 81.63 | - |
| YUV | 55.9 | 230.77 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 238 | 1 | 0.79 | 0 | 0.07 | 227.65 | 1 | 0.47 |
| Hex | 0 | 31 | EE | 64 | 4F | 0 | 7 | E4 | 64 | 2F |
| Octal | 0 | 61 | 356 | 144 | 117 | 0 | 7 | 344 | 144 | 57 |
| Binary | 0 | 110001 | 11101110 | 1100100 | 1001111 | 0 | 111 | 11100100 | 1100100 | 101111 |
Color Harmonies of #0031EE
Complementary color
Monochromatic Colors of #0031EE
Black with #0031EE
Text Example
Text Example
White with #0031EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0031EE; }
p { color: rgb(0,49,238); }
H1.HeaderClassName
{
color: #0031EE;
}
.AnyTagClassName
{
color: #0031EE;
}
</style>
background-color css
<style>
a { background-color: #0031EE; }
a { background-color: rgb(0,49,238); }
div.DivClassName
{
background-color: #0031EE;
}
.BgClassName
{
background-color: #0031EE;
}
</style>
border-color css
<style>
span { border-color: #0031EE; }
span { border-color: rgb(0,49,238); }
td.TdClassName
{
border-color: #0031EE;
}
.TagClassName
{
border-color: #0031EE;
}
</style>