Shades of Medium Blue #2413DF
Tints of Medium Blue #2413DF
RGB
CMYK
RGB Variations
Color information
#2413DF (or 0x2413DF) is known color: Medium Blue. HEX triplet: 24, 13 and DF. RGB value is (36,19,223). Sum of RGB (Red+Green+Blue) = 36+19+223=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #2413DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2413DF is #DBEC20. Grayscale: #2E2E2E. Windows color (decimal): -14412833 or 14619428. OLE color: 14619428.
HSL color Cylindrical-coordinate representation of color #2413DF: hue angle of 245º 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 #2413DF is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 19 | 223 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.13 |
| HSL | 245º | 0.84% | 0.47% | - |
| HSV(B) | 245º | 0.91% | 0.87% | - |
| XYZ | 14.28 | 6.17 | 70.25 | - |
| YUV | 47.34 | 227.13 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 223 | 0.84 | 0.91 | 0 | 0.13 | 245 | 0.84 | 0.47 |
| Hex | 24 | 13 | DF | 54 | 5B | 0 | D | F5 | 54 | 2F |
| Octal | 44 | 23 | 337 | 124 | 133 | 0 | 15 | 365 | 124 | 57 |
| Binary | 100100 | 10011 | 11011111 | 1010100 | 1011011 | 0 | 1101 | 11110101 | 1010100 | 101111 |
Color Harmonies of #2413DF
Complementary color
Monochromatic Colors of #2413DF
Black with #2413DF
Text Example
Text Example
White with #2413DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2413DF; }
p { color: rgb(36,19,223); }
H1.HeaderClassName
{
color: #2413DF;
}
.AnyTagClassName
{
color: #2413DF;
}
</style>
background-color css
<style>
a { background-color: #2413DF; }
a { background-color: rgb(36,19,223); }
div.DivClassName
{
background-color: #2413DF;
}
.BgClassName
{
background-color: #2413DF;
}
</style>
border-color css
<style>
span { border-color: #2413DF; }
span { border-color: rgb(36,19,223); }
td.TdClassName
{
border-color: #2413DF;
}
.TagClassName
{
border-color: #2413DF;
}
</style>