Shades of Medium Blue #2405CB
Tints of Medium Blue #2405CB
RGB
CMYK
RGB Variations
Color information
#2405CB (or 0x2405CB) is known color: Medium Blue. HEX triplet: 24, 05 and CB. RGB value is (36,5,203). Sum of RGB (Red+Green+Blue) = 36+5+203=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 203 (79.69% from 255 or 83.20% from 244); Max value from RGB is 203 - color contains mainly: blue. Hex color #2405CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2405CB is #DBFA34. Grayscale: #242424. Windows color (decimal): -14416437 or 13305124. OLE color: 13305124.
HSL color Cylindrical-coordinate representation of color #2405CB: hue angle of 249.39º 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 #2405CB is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 5 | 203 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.20 |
| HSL | 249.39º | 0.95% | 0.41% | - |
| HSV(B) | 249.39º | 0.98% | 0.8% | - |
| XYZ | 11.56 | 4.8 | 56.82 | - |
| YUV | 36.84 | 221.77 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 203 | 0.82 | 0.98 | 0 | 0.20 | 249.39 | 0.95 | 0.41 |
| Hex | 24 | 5 | CB | 52 | 62 | 0 | 14 | F9 | 5F | 29 |
| Octal | 44 | 5 | 313 | 122 | 142 | 0 | 24 | 371 | 137 | 51 |
| Binary | 100100 | 101 | 11001011 | 1010010 | 1100010 | 0 | 10100 | 11111001 | 1011111 | 101001 |
Color Harmonies of #2405CB
Complementary color
Monochromatic Colors of #2405CB
Black with #2405CB
Text Example
Text Example
White with #2405CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2405CB; }
p { color: rgb(36,5,203); }
H1.HeaderClassName
{
color: #2405CB;
}
.AnyTagClassName
{
color: #2405CB;
}
</style>
background-color css
<style>
a { background-color: #2405CB; }
a { background-color: rgb(36,5,203); }
div.DivClassName
{
background-color: #2405CB;
}
.BgClassName
{
background-color: #2405CB;
}
</style>
border-color css
<style>
span { border-color: #2405CB; }
span { border-color: rgb(36,5,203); }
td.TdClassName
{
border-color: #2405CB;
}
.TagClassName
{
border-color: #2405CB;
}
</style>