Shades of Medium Blue #2405DD
Tints of Medium Blue #2405DD
RGB
CMYK
RGB Variations
Color information
#2405DD (or 0x2405DD) is known color: Medium Blue. HEX triplet: 24, 05 and DD. RGB value is (36,5,221). Sum of RGB (Red+Green+Blue) = 36+5+221=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 221 (86.72% from 255 or 84.35% from 262); Max value from RGB is 221 - color contains mainly: blue. Hex color #2405DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2405DD is #DBFA22. Grayscale: #262626. Windows color (decimal): -14416419 or 14484772. OLE color: 14484772.
HSL color Cylindrical-coordinate representation of color #2405DD: hue angle of 248.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2405DD is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 5 | 221 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.13 |
| HSL | 248.61º | 0.96% | 0.44% | - |
| HSV(B) | 248.61º | 0.98% | 0.87% | - |
| XYZ | 13.83 | 5.7 | 68.78 | - |
| YUV | 38.89 | 230.77 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 221 | 0.84 | 0.98 | 0 | 0.13 | 248.61 | 0.96 | 0.44 |
| Hex | 24 | 5 | DD | 54 | 62 | 0 | D | F9 | 60 | 2C |
| Octal | 44 | 5 | 335 | 124 | 142 | 0 | 15 | 371 | 140 | 54 |
| Binary | 100100 | 101 | 11011101 | 1010100 | 1100010 | 0 | 1101 | 11111001 | 1100000 | 101100 |
Color Harmonies of #2405DD
Complementary color
Monochromatic Colors of #2405DD
Black with #2405DD
Text Example
Text Example
White with #2405DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2405DD; }
p { color: rgb(36,5,221); }
H1.HeaderClassName
{
color: #2405DD;
}
.AnyTagClassName
{
color: #2405DD;
}
</style>
background-color css
<style>
a { background-color: #2405DD; }
a { background-color: rgb(36,5,221); }
div.DivClassName
{
background-color: #2405DD;
}
.BgClassName
{
background-color: #2405DD;
}
</style>
border-color css
<style>
span { border-color: #2405DD; }
span { border-color: rgb(36,5,221); }
td.TdClassName
{
border-color: #2405DD;
}
.TagClassName
{
border-color: #2405DD;
}
</style>