Shades of Medium Blue #240BCE
Tints of Medium Blue #240BCE
RGB
CMYK
RGB Variations
Color information
#240BCE (or 0x240BCE) is known color: Medium Blue. HEX triplet: 24, 0B and CE. RGB value is (36,11,206). Sum of RGB (Red+Green+Blue) = 36+11+206=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #240BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BCE is #DBF431. Grayscale: #272727. Windows color (decimal): -14414898 or 13503268. OLE color: 13503268.
HSL color Cylindrical-coordinate representation of color #240BCE: hue angle of 247.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240BCE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 11 | 206 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.19 |
| HSL | 247.69º | 0.9% | 0.43% | - |
| HSV(B) | 247.69º | 0.95% | 0.81% | - |
| XYZ | 11.99 | 5.07 | 58.74 | - |
| YUV | 40.71 | 221.28 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 11 | 206 | 0.83 | 0.95 | 0 | 0.19 | 247.69 | 0.9 | 0.43 |
| Hex | 24 | B | CE | 53 | 5F | 0 | 13 | F8 | 5A | 2B |
| Octal | 44 | 13 | 316 | 123 | 137 | 0 | 23 | 370 | 132 | 53 |
| Binary | 100100 | 1011 | 11001110 | 1010011 | 1011111 | 0 | 10011 | 11111000 | 1011010 | 101011 |
Color Harmonies of #240BCE
Complementary color
Monochromatic Colors of #240BCE
Black with #240BCE
Text Example
Text Example
White with #240BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240BCE; }
p { color: rgb(36,11,206); }
H1.HeaderClassName
{
color: #240BCE;
}
.AnyTagClassName
{
color: #240BCE;
}
</style>
background-color css
<style>
a { background-color: #240BCE; }
a { background-color: rgb(36,11,206); }
div.DivClassName
{
background-color: #240BCE;
}
.BgClassName
{
background-color: #240BCE;
}
</style>
border-color css
<style>
span { border-color: #240BCE; }
span { border-color: rgb(36,11,206); }
td.TdClassName
{
border-color: #240BCE;
}
.TagClassName
{
border-color: #240BCE;
}
</style>