Shades of Medium Blue #2407CC
Tints of Medium Blue #2407CC
RGB
CMYK
RGB Variations
Color information
#2407CC (or 0x2407CC) is known color: Medium Blue. HEX triplet: 24, 07 and CC. RGB value is (36,7,204). Sum of RGB (Red+Green+Blue) = 36+7+204=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #2407CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2407CC is #DBF833. Grayscale: #252525. Windows color (decimal): -14415924 or 13371172. OLE color: 13371172.
HSL color Cylindrical-coordinate representation of color #2407CC: hue angle of 248.83º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2407CC is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 7 | 204 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.2 |
| HSL | 248.83º | 0.93% | 0.41% | - |
| HSV(B) | 248.83º | 0.97% | 0.8% | - |
| XYZ | 11.7 | 4.89 | 57.45 | - |
| YUV | 38.13 | 221.61 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 204 | 0.82 | 0.97 | 0 | 0.2 | 248.83 | 0.93 | 0.41 |
| Hex | 24 | 7 | CC | 52 | 61 | 0 | 14 | F9 | 5D | 29 |
| Octal | 44 | 7 | 314 | 122 | 141 | 0 | 24 | 371 | 135 | 51 |
| Binary | 100100 | 111 | 11001100 | 1010010 | 1100001 | 0 | 10100 | 11111001 | 1011101 | 101001 |
Color Harmonies of #2407CC
Complementary color
Monochromatic Colors of #2407CC
Black with #2407CC
Text Example
Text Example
White with #2407CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2407CC; }
p { color: rgb(36,7,204); }
H1.HeaderClassName
{
color: #2407CC;
}
.AnyTagClassName
{
color: #2407CC;
}
</style>
background-color css
<style>
a { background-color: #2407CC; }
a { background-color: rgb(36,7,204); }
div.DivClassName
{
background-color: #2407CC;
}
.BgClassName
{
background-color: #2407CC;
}
</style>
border-color css
<style>
span { border-color: #2407CC; }
span { border-color: rgb(36,7,204); }
td.TdClassName
{
border-color: #2407CC;
}
.TagClassName
{
border-color: #2407CC;
}
</style>