Shades of Medium Blue #2813DF
Tints of Medium Blue #2813DF
RGB
CMYK
RGB Variations
Color information
#2813DF (or 0x2813DF) is known color: Medium Blue. HEX triplet: 28, 13 and DF. RGB value is (40,19,223). Sum of RGB (Red+Green+Blue) = 40+19+223=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #2813DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813DF is #D7EC20. Grayscale: #2F2F2F. Windows color (decimal): -14150689 or 14619432. OLE color: 14619432.
HSL color Cylindrical-coordinate representation of color #2813DF: hue angle of 246.18º 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 #2813DF is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 19 | 223 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.13 |
| HSL | 246.18º | 0.84% | 0.47% | - |
| HSV(B) | 246.18º | 0.91% | 0.87% | - |
| XYZ | 14.43 | 6.24 | 70.26 | - |
| YUV | 48.54 | 226.46 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 223 | 0.82 | 0.91 | 0 | 0.13 | 246.18 | 0.84 | 0.47 |
| Hex | 28 | 13 | DF | 52 | 5B | 0 | D | F6 | 54 | 2F |
| Octal | 50 | 23 | 337 | 122 | 133 | 0 | 15 | 366 | 124 | 57 |
| Binary | 101000 | 10011 | 11011111 | 1010010 | 1011011 | 0 | 1101 | 11110110 | 1010100 | 101111 |
Color Harmonies of #2813DF
Complementary color
Monochromatic Colors of #2813DF
Black with #2813DF
Text Example
Text Example
White with #2813DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2813DF; }
p { color: rgb(40,19,223); }
H1.HeaderClassName
{
color: #2813DF;
}
.AnyTagClassName
{
color: #2813DF;
}
</style>
background-color css
<style>
a { background-color: #2813DF; }
a { background-color: rgb(40,19,223); }
div.DivClassName
{
background-color: #2813DF;
}
.BgClassName
{
background-color: #2813DF;
}
</style>
border-color css
<style>
span { border-color: #2813DF; }
span { border-color: rgb(40,19,223); }
td.TdClassName
{
border-color: #2813DF;
}
.TagClassName
{
border-color: #2813DF;
}
</style>