Shades of Medium Blue #2314E1
Tints of Medium Blue #2314E1
RGB
CMYK
RGB Variations
Color information
#2314E1 (or 0x2314E1) is known color: Medium Blue. HEX triplet: 23, 14 and E1. RGB value is (35,20,225). Sum of RGB (Red+Green+Blue) = 35+20+225=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 225 (88.28% from 255 or 80.36% from 280); Max value from RGB is 225 - color contains mainly: blue. Hex color #2314E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2314E1 is #DCEB1E. Grayscale: #2F2F2F. Windows color (decimal): -14478111 or 14750755. OLE color: 14750755.
HSL color Cylindrical-coordinate representation of color #2314E1: hue angle of 244.39º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2314E1 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 20 | 225 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.12 |
| HSL | 244.39º | 0.84% | 0.48% | - |
| HSV(B) | 244.39º | 0.91% | 0.88% | - |
| XYZ | 14.53 | 6.29 | 71.68 | - |
| YUV | 47.86 | 227.97 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 225 | 0.84 | 0.91 | 0 | 0.12 | 244.39 | 0.84 | 0.48 |
| Hex | 23 | 14 | E1 | 54 | 5B | 0 | C | F4 | 54 | 30 |
| Octal | 43 | 24 | 341 | 124 | 133 | 0 | 14 | 364 | 124 | 60 |
| Binary | 100011 | 10100 | 11100001 | 1010100 | 1011011 | 0 | 1100 | 11110100 | 1010100 | 110000 |
Color Harmonies of #2314E1
Complementary color
Monochromatic Colors of #2314E1
Black with #2314E1
Text Example
Text Example
White with #2314E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2314E1; }
p { color: rgb(35,20,225); }
H1.HeaderClassName
{
color: #2314E1;
}
.AnyTagClassName
{
color: #2314E1;
}
</style>
background-color css
<style>
a { background-color: #2314E1; }
a { background-color: rgb(35,20,225); }
div.DivClassName
{
background-color: #2314E1;
}
.BgClassName
{
background-color: #2314E1;
}
</style>
border-color css
<style>
span { border-color: #2314E1; }
span { border-color: rgb(35,20,225); }
td.TdClassName
{
border-color: #2314E1;
}
.TagClassName
{
border-color: #2314E1;
}
</style>