Shades of Medium Blue #2405CC
Tints of Medium Blue #2405CC
RGB
CMYK
RGB Variations
Color information
#2405CC (or 0x2405CC) is known color: Medium Blue. HEX triplet: 24, 05 and CC. RGB value is (36,5,204). Sum of RGB (Red+Green+Blue) = 36+5+204=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #2405CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2405CC is #DBFA33. Grayscale: #242424. Windows color (decimal): -14416436 or 13370660. OLE color: 13370660.
HSL color Cylindrical-coordinate representation of color #2405CC: hue angle of 249.35º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2405CC is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 5 | 204 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.2 |
| HSL | 249.35º | 0.95% | 0.41% | - |
| HSV(B) | 249.35º | 0.98% | 0.8% | - |
| XYZ | 11.68 | 4.84 | 57.45 | - |
| YUV | 36.96 | 222.27 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 204 | 0.82 | 0.98 | 0 | 0.2 | 249.35 | 0.95 | 0.41 |
| Hex | 24 | 5 | CC | 52 | 62 | 0 | 14 | F9 | 5F | 29 |
| Octal | 44 | 5 | 314 | 122 | 142 | 0 | 24 | 371 | 137 | 51 |
| Binary | 100100 | 101 | 11001100 | 1010010 | 1100010 | 0 | 10100 | 11111001 | 1011111 | 101001 |
Color Harmonies of #2405CC
Complementary color
Monochromatic Colors of #2405CC
Black with #2405CC
Text Example
Text Example
White with #2405CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2405CC; }
p { color: rgb(36,5,204); }
H1.HeaderClassName
{
color: #2405CC;
}
.AnyTagClassName
{
color: #2405CC;
}
</style>
background-color css
<style>
a { background-color: #2405CC; }
a { background-color: rgb(36,5,204); }
div.DivClassName
{
background-color: #2405CC;
}
.BgClassName
{
background-color: #2405CC;
}
</style>
border-color css
<style>
span { border-color: #2405CC; }
span { border-color: rgb(36,5,204); }
td.TdClassName
{
border-color: #2405CC;
}
.TagClassName
{
border-color: #2405CC;
}
</style>