Shades of Blue #1816FA
Tints of Blue #1816FA
RGB
CMYK
RGB Variations
Color information
#1816FA (or 0x1816FA) is known color: Blue. HEX triplet: 18, 16 and FA. RGB value is (24,22,250). Sum of RGB (Red+Green+Blue) = 24+22+250=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 250 (98.05% from 255 or 84.46% from 296); Max value from RGB is 250 - color contains mainly: blue. Hex color #1816FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1816FA is #E7E905. Grayscale: #2F2F2F. Windows color (decimal): -15198470 or 16389656. OLE color: 16389656.
HSL color Cylindrical-coordinate representation of color #1816FA: hue angle of 240.53º degrees, saturation: 0.96, 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 #1816FA is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 22 | 250 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.02 |
| HSL | 240.53º | 0.96% | 0.53% | - |
| HSV(B) | 240.53º | 0.91% | 0.98% | - |
| XYZ | 17.92 | 7.67 | 90.98 | - |
| YUV | 48.59 | 241.66 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 250 | 0.90 | 0.91 | 0 | 0.02 | 240.53 | 0.96 | 0.53 |
| Hex | 18 | 16 | FA | 5A | 5B | 0 | 2 | F1 | 60 | 35 |
| Octal | 30 | 26 | 372 | 132 | 133 | 0 | 2 | 361 | 140 | 65 |
| Binary | 11000 | 10110 | 11111010 | 1011010 | 1011011 | 0 | 10 | 11110001 | 1100000 | 110101 |
Color Harmonies of #1816FA
Complementary color
Monochromatic Colors of #1816FA
Black with #1816FA
Text Example
Text Example
White with #1816FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1816FA; }
p { color: rgb(24,22,250); }
H1.HeaderClassName
{
color: #1816FA;
}
.AnyTagClassName
{
color: #1816FA;
}
</style>
background-color css
<style>
a { background-color: #1816FA; }
a { background-color: rgb(24,22,250); }
div.DivClassName
{
background-color: #1816FA;
}
.BgClassName
{
background-color: #1816FA;
}
</style>
border-color css
<style>
span { border-color: #1816FA; }
span { border-color: rgb(24,22,250); }
td.TdClassName
{
border-color: #1816FA;
}
.TagClassName
{
border-color: #1816FA;
}
</style>