Shades of Medium Blue #2809CE
Tints of Medium Blue #2809CE
RGB
CMYK
RGB Variations
Color information
#2809CE (or 0x2809CE) is known color: Medium Blue. HEX triplet: 28, 09 and CE. RGB value is (40,9,206). Sum of RGB (Red+Green+Blue) = 40+9+206=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #2809CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2809CE is #D7F631. Grayscale: #272727. Windows color (decimal): -14153266 or 13502760. OLE color: 13502760.
HSL color Cylindrical-coordinate representation of color #2809CE: hue angle of 249.44º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2809CE is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 9 | 206 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.19 |
| HSL | 249.44º | 0.92% | 0.42% | - |
| HSV(B) | 249.44º | 0.96% | 0.81% | - |
| XYZ | 12.11 | 5.1 | 58.74 | - |
| YUV | 40.73 | 221.27 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 206 | 0.81 | 0.96 | 0 | 0.19 | 249.44 | 0.92 | 0.42 |
| Hex | 28 | 9 | CE | 51 | 60 | 0 | 13 | F9 | 5C | 2A |
| Octal | 50 | 11 | 316 | 121 | 140 | 0 | 23 | 371 | 134 | 52 |
| Binary | 101000 | 1001 | 11001110 | 1010001 | 1100000 | 0 | 10011 | 11111001 | 1011100 | 101010 |
Color Harmonies of #2809CE
Complementary color
Monochromatic Colors of #2809CE
Black with #2809CE
Text Example
Text Example
White with #2809CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2809CE; }
p { color: rgb(40,9,206); }
H1.HeaderClassName
{
color: #2809CE;
}
.AnyTagClassName
{
color: #2809CE;
}
</style>
background-color css
<style>
a { background-color: #2809CE; }
a { background-color: rgb(40,9,206); }
div.DivClassName
{
background-color: #2809CE;
}
.BgClassName
{
background-color: #2809CE;
}
</style>
border-color css
<style>
span { border-color: #2809CE; }
span { border-color: rgb(40,9,206); }
td.TdClassName
{
border-color: #2809CE;
}
.TagClassName
{
border-color: #2809CE;
}
</style>