Shades of Medium Blue #240BC8
Tints of Medium Blue #240BC8
RGB
CMYK
RGB Variations
Color information
#240BC8 (or 0x240BC8) is known color: Medium Blue. HEX triplet: 24, 0B and C8. RGB value is (36,11,200). Sum of RGB (Red+Green+Blue) = 36+11+200=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 200 (78.52% from 255 or 80.97% from 247); Max value from RGB is 200 - color contains mainly: blue. Hex color #240BC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BC8 is #DBF437. Grayscale: #272727. Windows color (decimal): -14414904 or 13110052. OLE color: 13110052.
HSL color Cylindrical-coordinate representation of color #240BC8: hue angle of 247.94º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240BC8 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 11 | 200 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.22 |
| HSL | 247.94º | 0.9% | 0.41% | - |
| HSV(B) | 247.94º | 0.95% | 0.78% | - |
| XYZ | 11.27 | 4.78 | 54.97 | - |
| YUV | 40.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 200 | 0.82 | 0.94 | 0 | 0.22 | 247.94 | 0.9 | 0.41 |
| Hex | 24 | B | C8 | 52 | 5E | 0 | 16 | F8 | 5A | 29 |
| Octal | 44 | 13 | 310 | 122 | 136 | 0 | 26 | 370 | 132 | 51 |
| Binary | 100100 | 1011 | 11001000 | 1010010 | 1011110 | 0 | 10110 | 11111000 | 1011010 | 101001 |
Color Harmonies of #240BC8
Complementary color
Monochromatic Colors of #240BC8
Black with #240BC8
Text Example
Text Example
White with #240BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BC8; }
p { color: rgb(36,11,200); }
H1.HeaderClassName
{
color: #240BC8;
}
.AnyTagClassName
{
color: #240BC8;
}
</style>
background-color css
<style>
a { background-color: #240BC8; }
a { background-color: rgb(36,11,200); }
div.DivClassName
{
background-color: #240BC8;
}
.BgClassName
{
background-color: #240BC8;
}
</style>
border-color css
<style>
span { border-color: #240BC8; }
span { border-color: rgb(36,11,200); }
td.TdClassName
{
border-color: #240BC8;
}
.TagClassName
{
border-color: #240BC8;
}
</style>