Shades of Medium Blue #2709DF
Tints of Medium Blue #2709DF
RGB
CMYK
RGB Variations
Color information
#2709DF (or 0x2709DF) is known color: Medium Blue. HEX triplet: 27, 09 and DF. RGB value is (39,9,223). Sum of RGB (Red+Green+Blue) = 39+9+223=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #2709DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2709DF is #D8F620. Grayscale: #292929. Windows color (decimal): -14218785 or 14616871. OLE color: 14616871.
HSL color Cylindrical-coordinate representation of color #2709DF: hue angle of 248.41º 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 #2709DF is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 9 | 223 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.13 |
| HSL | 248.41º | 0.92% | 0.45% | - |
| HSV(B) | 248.41º | 0.96% | 0.87% | - |
| XYZ | 14.25 | 5.95 | 70.21 | - |
| YUV | 42.37 | 229.94 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 223 | 0.83 | 0.96 | 0 | 0.13 | 248.41 | 0.92 | 0.45 |
| Hex | 27 | 9 | DF | 53 | 60 | 0 | D | F8 | 5C | 2D |
| Octal | 47 | 11 | 337 | 123 | 140 | 0 | 15 | 370 | 134 | 55 |
| Binary | 100111 | 1001 | 11011111 | 1010011 | 1100000 | 0 | 1101 | 11111000 | 1011100 | 101101 |
Color Harmonies of #2709DF
Complementary color
Monochromatic Colors of #2709DF
Black with #2709DF
Text Example
Text Example
White with #2709DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2709DF; }
p { color: rgb(39,9,223); }
H1.HeaderClassName
{
color: #2709DF;
}
.AnyTagClassName
{
color: #2709DF;
}
</style>
background-color css
<style>
a { background-color: #2709DF; }
a { background-color: rgb(39,9,223); }
div.DivClassName
{
background-color: #2709DF;
}
.BgClassName
{
background-color: #2709DF;
}
</style>
border-color css
<style>
span { border-color: #2709DF; }
span { border-color: rgb(39,9,223); }
td.TdClassName
{
border-color: #2709DF;
}
.TagClassName
{
border-color: #2709DF;
}
</style>