Shades of Blue #1819FD
Tints of Blue #1819FD
RGB
CMYK
RGB Variations
Color information
#1819FD (or 0x1819FD) is known color: Blue. HEX triplet: 18, 19 and FD. RGB value is (24,25,253). Sum of RGB (Red+Green+Blue) = 24+25+253=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #1819FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1819FD is #E7E602. Grayscale: #313131. Windows color (decimal): -15197699 or 16587032. OLE color: 16587032.
HSL color Cylindrical-coordinate representation of color #1819FD: hue angle of 239.74º 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 #1819FD is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 25 | 253 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.01 |
| HSL | 239.74º | 0.98% | 0.54% | - |
| HSV(B) | 239.74º | 0.91% | 0.99% | - |
| XYZ | 18.45 | 7.98 | 93.5 | - |
| YUV | 50.69 | 242.17 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 253 | 0.91 | 0.90 | 0 | 0.01 | 239.74 | 0.98 | 0.54 |
| Hex | 18 | 19 | FD | 5B | 5A | 0 | 1 | F0 | 62 | 36 |
| Octal | 30 | 31 | 375 | 133 | 132 | 0 | 1 | 360 | 142 | 66 |
| Binary | 11000 | 11001 | 11111101 | 1011011 | 1011010 | 0 | 1 | 11110000 | 1100010 | 110110 |
Color Harmonies of #1819FD
Complementary color
Monochromatic Colors of #1819FD
Black with #1819FD
Text Example
Text Example
White with #1819FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1819FD; }
p { color: rgb(24,25,253); }
H1.HeaderClassName
{
color: #1819FD;
}
.AnyTagClassName
{
color: #1819FD;
}
</style>
background-color css
<style>
a { background-color: #1819FD; }
a { background-color: rgb(24,25,253); }
div.DivClassName
{
background-color: #1819FD;
}
.BgClassName
{
background-color: #1819FD;
}
</style>
border-color css
<style>
span { border-color: #1819FD; }
span { border-color: rgb(24,25,253); }
td.TdClassName
{
border-color: #1819FD;
}
.TagClassName
{
border-color: #1819FD;
}
</style>