Shades of Blue #1824FF
Tints of Blue #1824FF
RGB
CMYK
RGB Variations
Color information
#1824FF (or 0x1824FF) is known color: Blue. HEX triplet: 18, 24 and FF. RGB value is (24,36,255). Sum of RGB (Red+Green+Blue) = 24+36+255=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #1824FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1824FF is #E7DB00. Grayscale: #383838. Windows color (decimal): -15194881 or 16720920. OLE color: 16720920.
HSL color Cylindrical-coordinate representation of color #1824FF: hue angle of 236.88º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1824FF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 36 | 255 | - |
| CMYK | 0.91 | 0.86 | 0 | 0 |
| HSL | 236.88º | 1% | 0.55% | - |
| HSV(B) | 236.88º | 0.91% | 1% | - |
| XYZ | 19.06 | 8.68 | 95.28 | - |
| YUV | 57.38 | 239.52 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 255 | 0.91 | 0.86 | 0 | 0 | 236.88 | 1 | 0.55 |
| Hex | 18 | 24 | FF | 5B | 56 | 0 | 0 | ED | 64 | 37 |
| Octal | 30 | 44 | 377 | 133 | 126 | 0 | 0 | 355 | 144 | 67 |
| Binary | 11000 | 100100 | 11111111 | 1011011 | 1010110 | 0 | 0 | 11101101 | 1100100 | 110111 |
Color Harmonies of #1824FF
Complementary color
Monochromatic Colors of #1824FF
Black with #1824FF
Text Example
Text Example
White with #1824FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824FF; }
p { color: rgb(24,36,255); }
H1.HeaderClassName
{
color: #1824FF;
}
.AnyTagClassName
{
color: #1824FF;
}
</style>
background-color css
<style>
a { background-color: #1824FF; }
a { background-color: rgb(24,36,255); }
div.DivClassName
{
background-color: #1824FF;
}
.BgClassName
{
background-color: #1824FF;
}
</style>
border-color css
<style>
span { border-color: #1824FF; }
span { border-color: rgb(24,36,255); }
td.TdClassName
{
border-color: #1824FF;
}
.TagClassName
{
border-color: #1824FF;
}
</style>