Shades of Blue #031FEE
Tints of Blue #031FEE
RGB
CMYK
RGB Variations
Color information
#031FEE (or 0x031FEE) is known color: Blue. HEX triplet: 03, 1F and EE. RGB value is (3,31,238). Sum of RGB (Red+Green+Blue) = 3+31+238=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 238 (93.36% from 255 or 87.5% from 272); Max value from RGB is 238 - color contains mainly: blue. Hex color #031FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031FEE is #FCE011. Grayscale: #2D2D2D. Windows color (decimal): -16572434 or 15605507. OLE color: 15605507.
HSL color Cylindrical-coordinate representation of color #031FEE: hue angle of 232.85º 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 #031FEE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 31 | 238 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.07 |
| HSL | 232.85º | 0.98% | 0.47% | - |
| HSV(B) | 232.85º | 0.99% | 0.93% | - |
| XYZ | 15.96 | 7.17 | 81.43 | - |
| YUV | 46.23 | 236.22 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 238 | 0.99 | 0.87 | 0 | 0.07 | 232.85 | 0.98 | 0.47 |
| Hex | 3 | 1F | EE | 63 | 57 | 0 | 7 | E9 | 62 | 2F |
| Octal | 3 | 37 | 356 | 143 | 127 | 0 | 7 | 351 | 142 | 57 |
| Binary | 11 | 11111 | 11101110 | 1100011 | 1010111 | 0 | 111 | 11101001 | 1100010 | 101111 |
Color Harmonies of #031FEE
Complementary color
Monochromatic Colors of #031FEE
Black with #031FEE
Text Example
Text Example
White with #031FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FEE; }
p { color: rgb(3,31,238); }
H1.HeaderClassName
{
color: #031FEE;
}
.AnyTagClassName
{
color: #031FEE;
}
</style>
background-color css
<style>
a { background-color: #031FEE; }
a { background-color: rgb(3,31,238); }
div.DivClassName
{
background-color: #031FEE;
}
.BgClassName
{
background-color: #031FEE;
}
</style>
border-color css
<style>
span { border-color: #031FEE; }
span { border-color: rgb(3,31,238); }
td.TdClassName
{
border-color: #031FEE;
}
.TagClassName
{
border-color: #031FEE;
}
</style>