Shades of Medium Blue #2414DF
Tints of Medium Blue #2414DF
RGB
CMYK
RGB Variations
Color information
#2414DF (or 0x2414DF) is known color: Medium Blue. HEX triplet: 24, 14 and DF. RGB value is (36,20,223). Sum of RGB (Red+Green+Blue) = 36+20+223=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 20 (8.20% from 255 or 7.17% 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 #2414DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2414DF is #DBEB20. Grayscale: #2F2F2F. Windows color (decimal): -14412577 or 14619684. OLE color: 14619684.
HSL color Cylindrical-coordinate representation of color #2414DF: hue angle of 244.73º degrees, saturation: 0.84, 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 #2414DF is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 20 | 223 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.13 |
| HSL | 244.73º | 0.84% | 0.48% | - |
| HSV(B) | 244.73º | 0.91% | 0.87% | - |
| XYZ | 14.3 | 6.2 | 70.26 | - |
| YUV | 47.93 | 226.8 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 223 | 0.84 | 0.91 | 0 | 0.13 | 244.73 | 0.84 | 0.48 |
| Hex | 24 | 14 | DF | 54 | 5B | 0 | D | F5 | 54 | 30 |
| Octal | 44 | 24 | 337 | 124 | 133 | 0 | 15 | 365 | 124 | 60 |
| Binary | 100100 | 10100 | 11011111 | 1010100 | 1011011 | 0 | 1101 | 11110101 | 1010100 | 110000 |
Color Harmonies of #2414DF
Complementary color
Monochromatic Colors of #2414DF
Black with #2414DF
Text Example
Text Example
White with #2414DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2414DF; }
p { color: rgb(36,20,223); }
H1.HeaderClassName
{
color: #2414DF;
}
.AnyTagClassName
{
color: #2414DF;
}
</style>
background-color css
<style>
a { background-color: #2414DF; }
a { background-color: rgb(36,20,223); }
div.DivClassName
{
background-color: #2414DF;
}
.BgClassName
{
background-color: #2414DF;
}
</style>
border-color css
<style>
span { border-color: #2414DF; }
span { border-color: rgb(36,20,223); }
td.TdClassName
{
border-color: #2414DF;
}
.TagClassName
{
border-color: #2414DF;
}
</style>