Shades of Medium Blue #2809CA
Tints of Medium Blue #2809CA
RGB
CMYK
RGB Variations
Color information
#2809CA (or 0x2809CA) is known color: Medium Blue. HEX triplet: 28, 09 and CA. RGB value is (40,9,202). Sum of RGB (Red+Green+Blue) = 40+9+202=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #2809CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2809CA is #D7F635. Grayscale: #272727. Windows color (decimal): -14153270 or 13240616. OLE color: 13240616.
HSL color Cylindrical-coordinate representation of color #2809CA: hue angle of 249.64º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2809CA is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 9 | 202 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.21 |
| HSL | 249.64º | 0.91% | 0.41% | - |
| HSV(B) | 249.64º | 0.96% | 0.79% | - |
| XYZ | 11.63 | 4.91 | 56.21 | - |
| YUV | 40.27 | 219.27 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 202 | 0.80 | 0.96 | 0 | 0.21 | 249.64 | 0.91 | 0.41 |
| Hex | 28 | 9 | CA | 50 | 60 | 0 | 15 | FA | 5B | 29 |
| Octal | 50 | 11 | 312 | 120 | 140 | 0 | 25 | 372 | 133 | 51 |
| Binary | 101000 | 1001 | 11001010 | 1010000 | 1100000 | 0 | 10101 | 11111010 | 1011011 | 101001 |
Color Harmonies of #2809CA
Complementary color
Monochromatic Colors of #2809CA
Black with #2809CA
Text Example
Text Example
White with #2809CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2809CA; }
p { color: rgb(40,9,202); }
H1.HeaderClassName
{
color: #2809CA;
}
.AnyTagClassName
{
color: #2809CA;
}
</style>
background-color css
<style>
a { background-color: #2809CA; }
a { background-color: rgb(40,9,202); }
div.DivClassName
{
background-color: #2809CA;
}
.BgClassName
{
background-color: #2809CA;
}
</style>
border-color css
<style>
span { border-color: #2809CA; }
span { border-color: rgb(40,9,202); }
td.TdClassName
{
border-color: #2809CA;
}
.TagClassName
{
border-color: #2809CA;
}
</style>