Shades of Medium Blue #240ACF
Tints of Medium Blue #240ACF
RGB
CMYK
RGB Variations
Color information
#240ACF (or 0x240ACF) is known color: Medium Blue. HEX triplet: 24, 0A and CF. RGB value is (36,10,207). Sum of RGB (Red+Green+Blue) = 36+10+207=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #240ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ACF is #DBF530. Grayscale: #272727. Windows color (decimal): -14415153 or 13568548. OLE color: 13568548.
HSL color Cylindrical-coordinate representation of color #240ACF: hue angle of 247.92º degrees, saturation: 0.91, 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 #240ACF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 10 | 207 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.19 |
| HSL | 247.92º | 0.91% | 0.43% | - |
| HSV(B) | 247.92º | 0.95% | 0.81% | - |
| XYZ | 12.1 | 5.1 | 59.38 | - |
| YUV | 40.23 | 222.11 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 10 | 207 | 0.83 | 0.95 | 0 | 0.19 | 247.92 | 0.91 | 0.43 |
| Hex | 24 | A | CF | 53 | 5F | 0 | 13 | F8 | 5B | 2B |
| Octal | 44 | 12 | 317 | 123 | 137 | 0 | 23 | 370 | 133 | 53 |
| Binary | 100100 | 1010 | 11001111 | 1010011 | 1011111 | 0 | 10011 | 11111000 | 1011011 | 101011 |
Color Harmonies of #240ACF
Complementary color
Monochromatic Colors of #240ACF
Black with #240ACF
Text Example
Text Example
White with #240ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240ACF; }
p { color: rgb(36,10,207); }
H1.HeaderClassName
{
color: #240ACF;
}
.AnyTagClassName
{
color: #240ACF;
}
</style>
background-color css
<style>
a { background-color: #240ACF; }
a { background-color: rgb(36,10,207); }
div.DivClassName
{
background-color: #240ACF;
}
.BgClassName
{
background-color: #240ACF;
}
</style>
border-color css
<style>
span { border-color: #240ACF; }
span { border-color: rgb(36,10,207); }
td.TdClassName
{
border-color: #240ACF;
}
.TagClassName
{
border-color: #240ACF;
}
</style>