Shades of Medium Blue #2809DF
Tints of Medium Blue #2809DF
RGB
CMYK
RGB Variations
Color information
#2809DF (or 0x2809DF) is known color: Medium Blue. HEX triplet: 28, 09 and DF. RGB value is (40,9,223). Sum of RGB (Red+Green+Blue) = 40+9+223=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #2809DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2809DF is #D7F620. Grayscale: #292929. Windows color (decimal): -14153249 or 14616872. OLE color: 14616872.
HSL color Cylindrical-coordinate representation of color #2809DF: hue angle of 248.69º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2809DF is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 9 | 223 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.13 |
| HSL | 248.69º | 0.92% | 0.45% | - |
| HSV(B) | 248.69º | 0.96% | 0.87% | - |
| XYZ | 14.29 | 5.97 | 70.21 | - |
| YUV | 42.67 | 229.77 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 223 | 0.82 | 0.96 | 0 | 0.13 | 248.69 | 0.92 | 0.45 |
| Hex | 28 | 9 | DF | 52 | 60 | 0 | D | F9 | 5C | 2D |
| Octal | 50 | 11 | 337 | 122 | 140 | 0 | 15 | 371 | 134 | 55 |
| Binary | 101000 | 1001 | 11011111 | 1010010 | 1100000 | 0 | 1101 | 11111001 | 1011100 | 101101 |
Color Harmonies of #2809DF
Complementary color
Monochromatic Colors of #2809DF
Black with #2809DF
Text Example
Text Example
White with #2809DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2809DF; }
p { color: rgb(40,9,223); }
H1.HeaderClassName
{
color: #2809DF;
}
.AnyTagClassName
{
color: #2809DF;
}
</style>
background-color css
<style>
a { background-color: #2809DF; }
a { background-color: rgb(40,9,223); }
div.DivClassName
{
background-color: #2809DF;
}
.BgClassName
{
background-color: #2809DF;
}
</style>
border-color css
<style>
span { border-color: #2809DF; }
span { border-color: rgb(40,9,223); }
td.TdClassName
{
border-color: #2809DF;
}
.TagClassName
{
border-color: #2809DF;
}
</style>