Shades of Blue #1824FC
Tints of Blue #1824FC
RGB
CMYK
RGB Variations
Color information
#1824FC (or 0x1824FC) is known color: Blue. HEX triplet: 18, 24 and FC. RGB value is (24,36,252). Sum of RGB (Red+Green+Blue) = 24+36+252=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 252 (98.83% from 255 or 80.77% from 312); Max value from RGB is 252 - color contains mainly: blue. Hex color #1824FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1824FC is #E7DB03. Grayscale: #383838. Windows color (decimal): -15194884 or 16524312. OLE color: 16524312.
HSL color Cylindrical-coordinate representation of color #1824FC: hue angle of 236.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1824FC is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 36 | 252 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.01 |
| HSL | 236.84º | 0.97% | 0.54% | - |
| HSV(B) | 236.84º | 0.9% | 0.99% | - |
| XYZ | 18.58 | 8.48 | 92.75 | - |
| YUV | 57.04 | 238.02 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 252 | 0.90 | 0.86 | 0 | 0.01 | 236.84 | 0.97 | 0.54 |
| Hex | 18 | 24 | FC | 5A | 56 | 0 | 1 | ED | 61 | 36 |
| Octal | 30 | 44 | 374 | 132 | 126 | 0 | 1 | 355 | 141 | 66 |
| Binary | 11000 | 100100 | 11111100 | 1011010 | 1010110 | 0 | 1 | 11101101 | 1100001 | 110110 |
Color Harmonies of #1824FC
Complementary color
Monochromatic Colors of #1824FC
Black with #1824FC
Text Example
Text Example
White with #1824FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824FC; }
p { color: rgb(24,36,252); }
H1.HeaderClassName
{
color: #1824FC;
}
.AnyTagClassName
{
color: #1824FC;
}
</style>
background-color css
<style>
a { background-color: #1824FC; }
a { background-color: rgb(24,36,252); }
div.DivClassName
{
background-color: #1824FC;
}
.BgClassName
{
background-color: #1824FC;
}
</style>
border-color css
<style>
span { border-color: #1824FC; }
span { border-color: rgb(24,36,252); }
td.TdClassName
{
border-color: #1824FC;
}
.TagClassName
{
border-color: #1824FC;
}
</style>