Shades of Medium Blue #2814DA
Tints of Medium Blue #2814DA
RGB
CMYK
RGB Variations
Color information
#2814DA (or 0x2814DA) is known color: Medium Blue. HEX triplet: 28, 14 and DA. RGB value is (40,20,218). Sum of RGB (Red+Green+Blue) = 40+20+218=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #2814DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2814DA is #D7EB25. Grayscale: #2F2F2F. Windows color (decimal): -14150438 or 14292008. OLE color: 14292008.
HSL color Cylindrical-coordinate representation of color #2814DA: hue angle of 246.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2814DA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 20 | 218 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.15 |
| HSL | 246.06º | 0.83% | 0.47% | - |
| HSV(B) | 246.06º | 0.91% | 0.85% | - |
| XYZ | 13.78 | 6.01 | 66.76 | - |
| YUV | 48.55 | 223.63 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 218 | 0.82 | 0.91 | 0 | 0.15 | 246.06 | 0.83 | 0.47 |
| Hex | 28 | 14 | DA | 52 | 5B | 0 | F | F6 | 53 | 2F |
| Octal | 50 | 24 | 332 | 122 | 133 | 0 | 17 | 366 | 123 | 57 |
| Binary | 101000 | 10100 | 11011010 | 1010010 | 1011011 | 0 | 1111 | 11110110 | 1010011 | 101111 |
Color Harmonies of #2814DA
Complementary color
Monochromatic Colors of #2814DA
Black with #2814DA
Text Example
Text Example
White with #2814DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2814DA; }
p { color: rgb(40,20,218); }
H1.HeaderClassName
{
color: #2814DA;
}
.AnyTagClassName
{
color: #2814DA;
}
</style>
background-color css
<style>
a { background-color: #2814DA; }
a { background-color: rgb(40,20,218); }
div.DivClassName
{
background-color: #2814DA;
}
.BgClassName
{
background-color: #2814DA;
}
</style>
border-color css
<style>
span { border-color: #2814DA; }
span { border-color: rgb(40,20,218); }
td.TdClassName
{
border-color: #2814DA;
}
.TagClassName
{
border-color: #2814DA;
}
</style>