Shades of Medium Blue #2807CA
Tints of Medium Blue #2807CA
RGB
CMYK
RGB Variations
Color information
#2807CA (or 0x2807CA) is known color: Medium Blue. HEX triplet: 28, 07 and CA. RGB value is (40,7,202). Sum of RGB (Red+Green+Blue) = 40+7+202=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #2807CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2807CA is #D7F835. Grayscale: #262626. Windows color (decimal): -14153782 or 13240104. OLE color: 13240104.
HSL color Cylindrical-coordinate representation of color #2807CA: hue angle of 250.15º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2807CA is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 7 | 202 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.21 |
| HSL | 250.15º | 0.93% | 0.41% | - |
| HSV(B) | 250.15º | 0.97% | 0.79% | - |
| XYZ | 11.61 | 4.87 | 56.2 | - |
| YUV | 39.1 | 219.93 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 202 | 0.80 | 0.97 | 0 | 0.21 | 250.15 | 0.93 | 0.41 |
| Hex | 28 | 7 | CA | 50 | 61 | 0 | 15 | FA | 5D | 29 |
| Octal | 50 | 7 | 312 | 120 | 141 | 0 | 25 | 372 | 135 | 51 |
| Binary | 101000 | 111 | 11001010 | 1010000 | 1100001 | 0 | 10101 | 11111010 | 1011101 | 101001 |
Color Harmonies of #2807CA
Complementary color
Monochromatic Colors of #2807CA
Black with #2807CA
Text Example
Text Example
White with #2807CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2807CA; }
p { color: rgb(40,7,202); }
H1.HeaderClassName
{
color: #2807CA;
}
.AnyTagClassName
{
color: #2807CA;
}
</style>
background-color css
<style>
a { background-color: #2807CA; }
a { background-color: rgb(40,7,202); }
div.DivClassName
{
background-color: #2807CA;
}
.BgClassName
{
background-color: #2807CA;
}
</style>
border-color css
<style>
span { border-color: #2807CA; }
span { border-color: rgb(40,7,202); }
td.TdClassName
{
border-color: #2807CA;
}
.TagClassName
{
border-color: #2807CA;
}
</style>