Shades of Medium Blue #2709DD
Tints of Medium Blue #2709DD
RGB
CMYK
RGB Variations
Color information
#2709DD (or 0x2709DD) is known color: Medium Blue. HEX triplet: 27, 09 and DD. RGB value is (39,9,221). Sum of RGB (Red+Green+Blue) = 39+9+221=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #2709DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2709DD is #D8F622. Grayscale: #292929. Windows color (decimal): -14218787 or 14485799. OLE color: 14485799.
HSL color Cylindrical-coordinate representation of color #2709DD: hue angle of 248.49º 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 #2709DD is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 9 | 221 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.13 |
| HSL | 248.49º | 0.92% | 0.45% | - |
| HSV(B) | 248.49º | 0.96% | 0.87% | - |
| XYZ | 13.99 | 5.85 | 68.8 | - |
| YUV | 42.14 | 228.94 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 221 | 0.82 | 0.96 | 0 | 0.13 | 248.49 | 0.92 | 0.45 |
| Hex | 27 | 9 | DD | 52 | 60 | 0 | D | F8 | 5C | 2D |
| Octal | 47 | 11 | 335 | 122 | 140 | 0 | 15 | 370 | 134 | 55 |
| Binary | 100111 | 1001 | 11011101 | 1010010 | 1100000 | 0 | 1101 | 11111000 | 1011100 | 101101 |
Color Harmonies of #2709DD
Complementary color
Monochromatic Colors of #2709DD
Black with #2709DD
Text Example
Text Example
White with #2709DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2709DD; }
p { color: rgb(39,9,221); }
H1.HeaderClassName
{
color: #2709DD;
}
.AnyTagClassName
{
color: #2709DD;
}
</style>
background-color css
<style>
a { background-color: #2709DD; }
a { background-color: rgb(39,9,221); }
div.DivClassName
{
background-color: #2709DD;
}
.BgClassName
{
background-color: #2709DD;
}
</style>
border-color css
<style>
span { border-color: #2709DD; }
span { border-color: rgb(39,9,221); }
td.TdClassName
{
border-color: #2709DD;
}
.TagClassName
{
border-color: #2709DD;
}
</style>