Shades of Blue #1816F9
Tints of Blue #1816F9
RGB
CMYK
RGB Variations
Color information
#1816F9 (or 0x1816F9) is known color: Blue. HEX triplet: 18, 16 and F9. RGB value is (24,22,249). Sum of RGB (Red+Green+Blue) = 24+22+249=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 249 (97.66% from 255 or 84.41% from 295); Max value from RGB is 249 - color contains mainly: blue. Hex color #1816F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1816F9 is #E7E906. Grayscale: #2F2F2F. Windows color (decimal): -15198471 or 16324120. OLE color: 16324120.
HSL color Cylindrical-coordinate representation of color #1816F9: hue angle of 240.53º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1816F9 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 22 | 249 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.02 |
| HSL | 240.53º | 0.95% | 0.53% | - |
| HSV(B) | 240.53º | 0.91% | 0.98% | - |
| XYZ | 17.76 | 7.61 | 90.15 | - |
| YUV | 48.48 | 241.16 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 249 | 0.90 | 0.91 | 0 | 0.02 | 240.53 | 0.95 | 0.53 |
| Hex | 18 | 16 | F9 | 5A | 5B | 0 | 2 | F1 | 5F | 35 |
| Octal | 30 | 26 | 371 | 132 | 133 | 0 | 2 | 361 | 137 | 65 |
| Binary | 11000 | 10110 | 11111001 | 1011010 | 1011011 | 0 | 10 | 11110001 | 1011111 | 110101 |
Color Harmonies of #1816F9
Complementary color
Monochromatic Colors of #1816F9
Black with #1816F9
Text Example
Text Example
White with #1816F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1816F9; }
p { color: rgb(24,22,249); }
H1.HeaderClassName
{
color: #1816F9;
}
.AnyTagClassName
{
color: #1816F9;
}
</style>
background-color css
<style>
a { background-color: #1816F9; }
a { background-color: rgb(24,22,249); }
div.DivClassName
{
background-color: #1816F9;
}
.BgClassName
{
background-color: #1816F9;
}
</style>
border-color css
<style>
span { border-color: #1816F9; }
span { border-color: rgb(24,22,249); }
td.TdClassName
{
border-color: #1816F9;
}
.TagClassName
{
border-color: #1816F9;
}
</style>