Shades of Blue #1824FD
Tints of Blue #1824FD
RGB
CMYK
RGB Variations
Color information
#1824FD (or 0x1824FD) is known color: Blue. HEX triplet: 18, 24 and FD. RGB value is (24,36,253). Sum of RGB (Red+Green+Blue) = 24+36+253=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #1824FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1824FD is #E7DB02. Grayscale: #383838. Windows color (decimal): -15194883 or 16589848. OLE color: 16589848.
HSL color Cylindrical-coordinate representation of color #1824FD: hue angle of 236.86º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1824FD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 36 | 253 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.01 |
| HSL | 236.86º | 0.98% | 0.54% | - |
| HSV(B) | 236.86º | 0.91% | 0.99% | - |
| XYZ | 18.74 | 8.55 | 93.59 | - |
| YUV | 57.15 | 238.52 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 253 | 0.91 | 0.86 | 0 | 0.01 | 236.86 | 0.98 | 0.54 |
| Hex | 18 | 24 | FD | 5B | 56 | 0 | 1 | ED | 62 | 36 |
| Octal | 30 | 44 | 375 | 133 | 126 | 0 | 1 | 355 | 142 | 66 |
| Binary | 11000 | 100100 | 11111101 | 1011011 | 1010110 | 0 | 1 | 11101101 | 1100010 | 110110 |
Color Harmonies of #1824FD
Complementary color
Monochromatic Colors of #1824FD
Black with #1824FD
Text Example
Text Example
White with #1824FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824FD; }
p { color: rgb(24,36,253); }
H1.HeaderClassName
{
color: #1824FD;
}
.AnyTagClassName
{
color: #1824FD;
}
</style>
background-color css
<style>
a { background-color: #1824FD; }
a { background-color: rgb(24,36,253); }
div.DivClassName
{
background-color: #1824FD;
}
.BgClassName
{
background-color: #1824FD;
}
</style>
border-color css
<style>
span { border-color: #1824FD; }
span { border-color: rgb(24,36,253); }
td.TdClassName
{
border-color: #1824FD;
}
.TagClassName
{
border-color: #1824FD;
}
</style>