Shades of Blue #1824F9
Tints of Blue #1824F9
RGB
CMYK
RGB Variations
Color information
#1824F9 (or 0x1824F9) is known color: Blue. HEX triplet: 18, 24 and F9. RGB value is (24,36,249). Sum of RGB (Red+Green+Blue) = 24+36+249=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 249 (97.66% from 255 or 80.58% from 309); Max value from RGB is 249 - color contains mainly: blue. Hex color #1824F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1824F9 is #E7DB06. Grayscale: #373737. Windows color (decimal): -15194887 or 16327704. OLE color: 16327704.
HSL color Cylindrical-coordinate representation of color #1824F9: hue angle of 236.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1824F9 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 36 | 249 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.02 |
| HSL | 236.8º | 0.95% | 0.54% | - |
| HSV(B) | 236.8º | 0.9% | 0.98% | - |
| XYZ | 18.11 | 8.3 | 90.27 | - |
| YUV | 56.69 | 236.52 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 249 | 0.90 | 0.86 | 0 | 0.02 | 236.8 | 0.95 | 0.54 |
| Hex | 18 | 24 | F9 | 5A | 56 | 0 | 2 | ED | 5F | 36 |
| Octal | 30 | 44 | 371 | 132 | 126 | 0 | 2 | 355 | 137 | 66 |
| Binary | 11000 | 100100 | 11111001 | 1011010 | 1010110 | 0 | 10 | 11101101 | 1011111 | 110110 |
Color Harmonies of #1824F9
Complementary color
Monochromatic Colors of #1824F9
Black with #1824F9
Text Example
Text Example
White with #1824F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824F9; }
p { color: rgb(24,36,249); }
H1.HeaderClassName
{
color: #1824F9;
}
.AnyTagClassName
{
color: #1824F9;
}
</style>
background-color css
<style>
a { background-color: #1824F9; }
a { background-color: rgb(24,36,249); }
div.DivClassName
{
background-color: #1824F9;
}
.BgClassName
{
background-color: #1824F9;
}
</style>
border-color css
<style>
span { border-color: #1824F9; }
span { border-color: rgb(24,36,249); }
td.TdClassName
{
border-color: #1824F9;
}
.TagClassName
{
border-color: #1824F9;
}
</style>