Shades of Medium Blue #2315DF
Tints of Medium Blue #2315DF
RGB
CMYK
RGB Variations
Color information
#2315DF (or 0x2315DF) is known color: Medium Blue. HEX triplet: 23, 15 and DF. RGB value is (35,21,223). Sum of RGB (Red+Green+Blue) = 35+21+223=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #2315DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2315DF is #DCEA20. Grayscale: #2F2F2F. Windows color (decimal): -14477857 or 14619939. OLE color: 14619939.
HSL color Cylindrical-coordinate representation of color #2315DF: hue angle of 244.16º 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 #2315DF is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 21 | 223 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.13 |
| HSL | 244.16º | 0.83% | 0.48% | - |
| HSV(B) | 244.16º | 0.91% | 0.87% | - |
| XYZ | 14.28 | 6.22 | 70.26 | - |
| YUV | 48.21 | 226.64 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 223 | 0.84 | 0.91 | 0 | 0.13 | 244.16 | 0.83 | 0.48 |
| Hex | 23 | 15 | DF | 54 | 5B | 0 | D | F4 | 53 | 30 |
| Octal | 43 | 25 | 337 | 124 | 133 | 0 | 15 | 364 | 123 | 60 |
| Binary | 100011 | 10101 | 11011111 | 1010100 | 1011011 | 0 | 1101 | 11110100 | 1010011 | 110000 |
Color Harmonies of #2315DF
Complementary color
Monochromatic Colors of #2315DF
Black with #2315DF
Text Example
Text Example
White with #2315DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2315DF; }
p { color: rgb(35,21,223); }
H1.HeaderClassName
{
color: #2315DF;
}
.AnyTagClassName
{
color: #2315DF;
}
</style>
background-color css
<style>
a { background-color: #2315DF; }
a { background-color: rgb(35,21,223); }
div.DivClassName
{
background-color: #2315DF;
}
.BgClassName
{
background-color: #2315DF;
}
</style>
border-color css
<style>
span { border-color: #2315DF; }
span { border-color: rgb(35,21,223); }
td.TdClassName
{
border-color: #2315DF;
}
.TagClassName
{
border-color: #2315DF;
}
</style>