Shades of Medium Blue #240FCB
Tints of Medium Blue #240FCB
RGB
CMYK
RGB Variations
Color information
#240FCB (or 0x240FCB) is known color: Medium Blue. HEX triplet: 24, 0F and CB. RGB value is (36,15,203). Sum of RGB (Red+Green+Blue) = 36+15+203=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #240FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FCB is #DBF034. Grayscale: #292929. Windows color (decimal): -14413877 or 13307684. OLE color: 13307684.
HSL color Cylindrical-coordinate representation of color #240FCB: hue angle of 246.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240FCB is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 15 | 203 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.20 |
| HSL | 246.7º | 0.86% | 0.43% | - |
| HSV(B) | 246.7º | 0.93% | 0.8% | - |
| XYZ | 11.68 | 5.03 | 56.86 | - |
| YUV | 42.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 15 | 203 | 0.82 | 0.93 | 0 | 0.20 | 246.7 | 0.86 | 0.43 |
| Hex | 24 | F | CB | 52 | 5D | 0 | 14 | F7 | 56 | 2B |
| Octal | 44 | 17 | 313 | 122 | 135 | 0 | 24 | 367 | 126 | 53 |
| Binary | 100100 | 1111 | 11001011 | 1010010 | 1011101 | 0 | 10100 | 11110111 | 1010110 | 101011 |
Color Harmonies of #240FCB
Complementary color
Monochromatic Colors of #240FCB
Black with #240FCB
Text Example
Text Example
White with #240FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240FCB; }
p { color: rgb(36,15,203); }
H1.HeaderClassName
{
color: #240FCB;
}
.AnyTagClassName
{
color: #240FCB;
}
</style>
background-color css
<style>
a { background-color: #240FCB; }
a { background-color: rgb(36,15,203); }
div.DivClassName
{
background-color: #240FCB;
}
.BgClassName
{
background-color: #240FCB;
}
</style>
border-color css
<style>
span { border-color: #240FCB; }
span { border-color: rgb(36,15,203); }
td.TdClassName
{
border-color: #240FCB;
}
.TagClassName
{
border-color: #240FCB;
}
</style>