Shades of Blue #240CF8
Tints of Blue #240CF8
RGB
CMYK
RGB Variations
Color information
#240CF8 (or 0x240CF8) is known color: Blue. HEX triplet: 24, 0C and F8. RGB value is (36,12,248). Sum of RGB (Red+Green+Blue) = 36+12+248=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 248 (97.27% from 255 or 83.78% from 296); Max value from RGB is 248 - color contains mainly: blue. Hex color #240CF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240CF8 is #DBF307. Grayscale: #2D2D2D. Windows color (decimal): -14414600 or 16256036. OLE color: 16256036.
HSL color Cylindrical-coordinate representation of color #240CF8: hue angle of 246.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240CF8 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 12 | 248 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.03 |
| HSL | 246.1º | 0.94% | 0.51% | - |
| HSV(B) | 246.1º | 0.95% | 0.97% | - |
| XYZ | 17.8 | 7.42 | 89.3 | - |
| YUV | 46.08 | 241.95 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 12 | 248 | 0.85 | 0.95 | 0 | 0.03 | 246.1 | 0.94 | 0.51 |
| Hex | 24 | C | F8 | 55 | 5F | 0 | 3 | F6 | 5E | 33 |
| Octal | 44 | 14 | 370 | 125 | 137 | 0 | 3 | 366 | 136 | 63 |
| Binary | 100100 | 1100 | 11111000 | 1010101 | 1011111 | 0 | 11 | 11110110 | 1011110 | 110011 |
Color Harmonies of #240CF8
Complementary color
Monochromatic Colors of #240CF8
Black with #240CF8
Text Example
Text Example
White with #240CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240CF8; }
p { color: rgb(36,12,248); }
H1.HeaderClassName
{
color: #240CF8;
}
.AnyTagClassName
{
color: #240CF8;
}
</style>
background-color css
<style>
a { background-color: #240CF8; }
a { background-color: rgb(36,12,248); }
div.DivClassName
{
background-color: #240CF8;
}
.BgClassName
{
background-color: #240CF8;
}
</style>
border-color css
<style>
span { border-color: #240CF8; }
span { border-color: rgb(36,12,248); }
td.TdClassName
{
border-color: #240CF8;
}
.TagClassName
{
border-color: #240CF8;
}
</style>