Shades of Medium Blue #2713DF
Tints of Medium Blue #2713DF
RGB
CMYK
RGB Variations
Color information
#2713DF (or 0x2713DF) is known color: Medium Blue. HEX triplet: 27, 13 and DF. RGB value is (39,19,223). Sum of RGB (Red+Green+Blue) = 39+19+223=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #2713DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2713DF is #D8EC20. Grayscale: #2F2F2F. Windows color (decimal): -14216225 or 14619431. OLE color: 14619431.
HSL color Cylindrical-coordinate representation of color #2713DF: hue angle of 245.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2713DF is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 19 | 223 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.13 |
| HSL | 245.88º | 0.84% | 0.47% | - |
| HSV(B) | 245.88º | 0.91% | 0.87% | - |
| XYZ | 14.39 | 6.22 | 70.26 | - |
| YUV | 48.24 | 226.63 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 223 | 0.83 | 0.91 | 0 | 0.13 | 245.88 | 0.84 | 0.47 |
| Hex | 27 | 13 | DF | 53 | 5B | 0 | D | F6 | 54 | 2F |
| Octal | 47 | 23 | 337 | 123 | 133 | 0 | 15 | 366 | 124 | 57 |
| Binary | 100111 | 10011 | 11011111 | 1010011 | 1011011 | 0 | 1101 | 11110110 | 1010100 | 101111 |
Color Harmonies of #2713DF
Complementary color
Monochromatic Colors of #2713DF
Black with #2713DF
Text Example
Text Example
White with #2713DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2713DF; }
p { color: rgb(39,19,223); }
H1.HeaderClassName
{
color: #2713DF;
}
.AnyTagClassName
{
color: #2713DF;
}
</style>
background-color css
<style>
a { background-color: #2713DF; }
a { background-color: rgb(39,19,223); }
div.DivClassName
{
background-color: #2713DF;
}
.BgClassName
{
background-color: #2713DF;
}
</style>
border-color css
<style>
span { border-color: #2713DF; }
span { border-color: rgb(39,19,223); }
td.TdClassName
{
border-color: #2713DF;
}
.TagClassName
{
border-color: #2713DF;
}
</style>