Shades of Blue #1819F7
Tints of Blue #1819F7
RGB
CMYK
RGB Variations
Color information
#1819F7 (or 0x1819F7) is known color: Blue. HEX triplet: 18, 19 and F7. RGB value is (24,25,247). Sum of RGB (Red+Green+Blue) = 24+25+247=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 247 (96.88% from 255 or 83.45% from 296); Max value from RGB is 247 - color contains mainly: blue. Hex color #1819F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1819F7 is #E7E608. Grayscale: #313131. Windows color (decimal): -15197705 or 16193816. OLE color: 16193816.
HSL color Cylindrical-coordinate representation of color #1819F7: hue angle of 239.73º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1819F7 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 25 | 247 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.03 |
| HSL | 239.73º | 0.93% | 0.53% | - |
| HSV(B) | 239.73º | 0.9% | 0.97% | - |
| XYZ | 17.51 | 7.6 | 88.54 | - |
| YUV | 50.01 | 239.17 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 247 | 0.90 | 0.90 | 0 | 0.03 | 239.73 | 0.93 | 0.53 |
| Hex | 18 | 19 | F7 | 5A | 5A | 0 | 3 | F0 | 5D | 35 |
| Octal | 30 | 31 | 367 | 132 | 132 | 0 | 3 | 360 | 135 | 65 |
| Binary | 11000 | 11001 | 11110111 | 1011010 | 1011010 | 0 | 11 | 11110000 | 1011101 | 110101 |
Color Harmonies of #1819F7
Complementary color
Monochromatic Colors of #1819F7
Black with #1819F7
Text Example
Text Example
White with #1819F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1819F7; }
p { color: rgb(24,25,247); }
H1.HeaderClassName
{
color: #1819F7;
}
.AnyTagClassName
{
color: #1819F7;
}
</style>
background-color css
<style>
a { background-color: #1819F7; }
a { background-color: rgb(24,25,247); }
div.DivClassName
{
background-color: #1819F7;
}
.BgClassName
{
background-color: #1819F7;
}
</style>
border-color css
<style>
span { border-color: #1819F7; }
span { border-color: rgb(24,25,247); }
td.TdClassName
{
border-color: #1819F7;
}
.TagClassName
{
border-color: #1819F7;
}
</style>