Shades of Blue #1814FA
Tints of Blue #1814FA
RGB
CMYK
RGB Variations
Color information
#1814FA (or 0x1814FA) is known color: Blue. HEX triplet: 18, 14 and FA. RGB value is (24,20,250). Sum of RGB (Red+Green+Blue) = 24+20+250=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 250 (98.05% from 255 or 85.03% from 294); Max value from RGB is 250 - color contains mainly: blue. Hex color #1814FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1814FA is #E7EB05. Grayscale: #2E2E2E. Windows color (decimal): -15198982 or 16389144. OLE color: 16389144.
HSL color Cylindrical-coordinate representation of color #1814FA: hue angle of 241.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1814FA is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 20 | 250 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.02 |
| HSL | 241.04º | 0.96% | 0.53% | - |
| HSV(B) | 241.04º | 0.92% | 0.98% | - |
| XYZ | 17.88 | 7.6 | 90.97 | - |
| YUV | 47.42 | 242.33 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 250 | 0.90 | 0.92 | 0 | 0.02 | 241.04 | 0.96 | 0.53 |
| Hex | 18 | 14 | FA | 5A | 5C | 0 | 2 | F1 | 60 | 35 |
| Octal | 30 | 24 | 372 | 132 | 134 | 0 | 2 | 361 | 140 | 65 |
| Binary | 11000 | 10100 | 11111010 | 1011010 | 1011100 | 0 | 10 | 11110001 | 1100000 | 110101 |
Color Harmonies of #1814FA
Complementary color
Monochromatic Colors of #1814FA
Black with #1814FA
Text Example
Text Example
White with #1814FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1814FA; }
p { color: rgb(24,20,250); }
H1.HeaderClassName
{
color: #1814FA;
}
.AnyTagClassName
{
color: #1814FA;
}
</style>
background-color css
<style>
a { background-color: #1814FA; }
a { background-color: rgb(24,20,250); }
div.DivClassName
{
background-color: #1814FA;
}
.BgClassName
{
background-color: #1814FA;
}
</style>
border-color css
<style>
span { border-color: #1814FA; }
span { border-color: rgb(24,20,250); }
td.TdClassName
{
border-color: #1814FA;
}
.TagClassName
{
border-color: #1814FA;
}
</style>