Shades of Medium Blue #2405DF
Tints of Medium Blue #2405DF
RGB
CMYK
RGB Variations
Color information
#2405DF (or 0x2405DF) is known color: Medium Blue. HEX triplet: 24, 05 and DF. RGB value is (36,5,223). Sum of RGB (Red+Green+Blue) = 36+5+223=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #2405DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2405DF is #DBFA20. Grayscale: #262626. Windows color (decimal): -14416417 or 14615844. OLE color: 14615844.
HSL color Cylindrical-coordinate representation of color #2405DF: hue angle of 248.53º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2405DF is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 5 | 223 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.13 |
| HSL | 248.53º | 0.96% | 0.45% | - |
| HSV(B) | 248.53º | 0.98% | 0.87% | - |
| XYZ | 14.1 | 5.81 | 70.19 | - |
| YUV | 39.12 | 231.77 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 223 | 0.84 | 0.98 | 0 | 0.13 | 248.53 | 0.96 | 0.45 |
| Hex | 24 | 5 | DF | 54 | 62 | 0 | D | F9 | 60 | 2D |
| Octal | 44 | 5 | 337 | 124 | 142 | 0 | 15 | 371 | 140 | 55 |
| Binary | 100100 | 101 | 11011111 | 1010100 | 1100010 | 0 | 1101 | 11111001 | 1100000 | 101101 |
Color Harmonies of #2405DF
Complementary color
Monochromatic Colors of #2405DF
Black with #2405DF
Text Example
Text Example
White with #2405DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2405DF; }
p { color: rgb(36,5,223); }
H1.HeaderClassName
{
color: #2405DF;
}
.AnyTagClassName
{
color: #2405DF;
}
</style>
background-color css
<style>
a { background-color: #2405DF; }
a { background-color: rgb(36,5,223); }
div.DivClassName
{
background-color: #2405DF;
}
.BgClassName
{
background-color: #2405DF;
}
</style>
border-color css
<style>
span { border-color: #2405DF; }
span { border-color: rgb(36,5,223); }
td.TdClassName
{
border-color: #2405DF;
}
.TagClassName
{
border-color: #2405DF;
}
</style>