Shades of Medium Blue #2814CA
Tints of Medium Blue #2814CA
RGB
CMYK
RGB Variations
Color information
#2814CA (or 0x2814CA) is known color: Medium Blue. HEX triplet: 28, 14 and CA. RGB value is (40,20,202). Sum of RGB (Red+Green+Blue) = 40+20+202=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 202 (79.30% from 255 or 77.10% from 262); Max value from RGB is 202 - color contains mainly: blue. Hex color #2814CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2814CA is #D7EB35. Grayscale: #2E2E2E. Windows color (decimal): -14150454 or 13243432. OLE color: 13243432.
HSL color Cylindrical-coordinate representation of color #2814CA: hue angle of 246.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2814CA is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 20 | 202 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.21 |
| HSL | 246.59º | 0.82% | 0.44% | - |
| HSV(B) | 246.59º | 0.9% | 0.79% | - |
| XYZ | 11.79 | 5.22 | 56.26 | - |
| YUV | 46.73 | 215.63 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 202 | 0.80 | 0.90 | 0 | 0.21 | 246.59 | 0.82 | 0.44 |
| Hex | 28 | 14 | CA | 50 | 5A | 0 | 15 | F7 | 52 | 2C |
| Octal | 50 | 24 | 312 | 120 | 132 | 0 | 25 | 367 | 122 | 54 |
| Binary | 101000 | 10100 | 11001010 | 1010000 | 1011010 | 0 | 10101 | 11110111 | 1010010 | 101100 |
Color Harmonies of #2814CA
Complementary color
Monochromatic Colors of #2814CA
Black with #2814CA
Text Example
Text Example
White with #2814CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2814CA; }
p { color: rgb(40,20,202); }
H1.HeaderClassName
{
color: #2814CA;
}
.AnyTagClassName
{
color: #2814CA;
}
</style>
background-color css
<style>
a { background-color: #2814CA; }
a { background-color: rgb(40,20,202); }
div.DivClassName
{
background-color: #2814CA;
}
.BgClassName
{
background-color: #2814CA;
}
</style>
border-color css
<style>
span { border-color: #2814CA; }
span { border-color: rgb(40,20,202); }
td.TdClassName
{
border-color: #2814CA;
}
.TagClassName
{
border-color: #2814CA;
}
</style>