Shades of Medium Blue #2401CC
Tints of Medium Blue #2401CC
RGB
CMYK
RGB Variations
Color information
#2401CC (or 0x2401CC) is known color: Medium Blue. HEX triplet: 24, 01 and CC. RGB value is (36,1,204). Sum of RGB (Red+Green+Blue) = 36+1+204=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 204 (80.08% from 255 or 84.65% from 241); Max value from RGB is 204 - color contains mainly: blue. Hex color #2401CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2401CC is #DBFE33. Grayscale: #212121. Windows color (decimal): -14417460 or 13369636. OLE color: 13369636.
HSL color Cylindrical-coordinate representation of color #2401CC: hue angle of 250.34º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2401CC is Cyan = 0.82, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 1 | 204 | - |
| CMYK | 0.82 | 1.00 | 0 | 0.2 |
| HSL | 250.34º | 0.99% | 0.4% | - |
| HSV(B) | 250.34º | 1% | 0.8% | - |
| XYZ | 11.64 | 4.76 | 57.43 | - |
| YUV | 34.61 | 223.6 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 204 | 0.82 | 1.00 | 0 | 0.2 | 250.34 | 0.99 | 0.4 |
| Hex | 24 | 1 | CC | 52 | 64 | 0 | 14 | FA | 63 | 28 |
| Octal | 44 | 1 | 314 | 122 | 144 | 0 | 24 | 372 | 143 | 50 |
| Binary | 100100 | 1 | 11001100 | 1010010 | 1100100 | 0 | 10100 | 11111010 | 1100011 | 101000 |
Color Harmonies of #2401CC
Complementary color
Monochromatic Colors of #2401CC
Black with #2401CC
Text Example
Text Example
White with #2401CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2401CC; }
p { color: rgb(36,1,204); }
H1.HeaderClassName
{
color: #2401CC;
}
.AnyTagClassName
{
color: #2401CC;
}
</style>
background-color css
<style>
a { background-color: #2401CC; }
a { background-color: rgb(36,1,204); }
div.DivClassName
{
background-color: #2401CC;
}
.BgClassName
{
background-color: #2401CC;
}
</style>
border-color css
<style>
span { border-color: #2401CC; }
span { border-color: rgb(36,1,204); }
td.TdClassName
{
border-color: #2401CC;
}
.TagClassName
{
border-color: #2401CC;
}
</style>