Shades of Medium Blue #2715DF
Tints of Medium Blue #2715DF
RGB
CMYK
RGB Variations
Color information
#2715DF (or 0x2715DF) is known color: Medium Blue. HEX triplet: 27, 15 and DF. RGB value is (39,21,223). Sum of RGB (Red+Green+Blue) = 39+21+223=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #2715DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2715DF is #D8EA20. Grayscale: #303030. Windows color (decimal): -14215713 or 14619943. OLE color: 14619943.
HSL color Cylindrical-coordinate representation of color #2715DF: hue angle of 245.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2715DF is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 21 | 223 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.13 |
| HSL | 245.35º | 0.83% | 0.48% | - |
| HSV(B) | 245.35º | 0.91% | 0.87% | - |
| XYZ | 14.42 | 6.3 | 70.27 | - |
| YUV | 49.41 | 225.96 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 223 | 0.83 | 0.91 | 0 | 0.13 | 245.35 | 0.83 | 0.48 |
| Hex | 27 | 15 | DF | 53 | 5B | 0 | D | F5 | 53 | 30 |
| Octal | 47 | 25 | 337 | 123 | 133 | 0 | 15 | 365 | 123 | 60 |
| Binary | 100111 | 10101 | 11011111 | 1010011 | 1011011 | 0 | 1101 | 11110101 | 1010011 | 110000 |
Color Harmonies of #2715DF
Complementary color
Monochromatic Colors of #2715DF
Black with #2715DF
Text Example
Text Example
White with #2715DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2715DF; }
p { color: rgb(39,21,223); }
H1.HeaderClassName
{
color: #2715DF;
}
.AnyTagClassName
{
color: #2715DF;
}
</style>
background-color css
<style>
a { background-color: #2715DF; }
a { background-color: rgb(39,21,223); }
div.DivClassName
{
background-color: #2715DF;
}
.BgClassName
{
background-color: #2715DF;
}
</style>
border-color css
<style>
span { border-color: #2715DF; }
span { border-color: rgb(39,21,223); }
td.TdClassName
{
border-color: #2715DF;
}
.TagClassName
{
border-color: #2715DF;
}
</style>