Shades of Blue #1814FE
Tints of Blue #1814FE
RGB
CMYK
RGB Variations
Color information
#1814FE (or 0x1814FE) is known color: Blue. HEX triplet: 18, 14 and FE. RGB value is (24,20,254). Sum of RGB (Red+Green+Blue) = 24+20+254=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 254 (99.61% from 255 or 85.23% from 298); Max value from RGB is 254 - color contains mainly: blue. Hex color #1814FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1814FE is #E7EB01. Grayscale: #2E2E2E. Windows color (decimal): -15198978 or 16651288. OLE color: 16651288.
HSL color Cylindrical-coordinate representation of color #1814FE: hue angle of 241.03º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1814FE is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 20 | 254 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.00 |
| HSL | 241.03º | 0.99% | 0.54% | - |
| HSV(B) | 241.03º | 0.92% | 1% | - |
| XYZ | 18.52 | 7.85 | 94.31 | - |
| YUV | 47.87 | 244.33 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 254 | 0.91 | 0.92 | 0 | 0.00 | 241.03 | 0.99 | 0.54 |
| Hex | 18 | 14 | FE | 5B | 5C | 0 | 0 | F1 | 63 | 36 |
| Octal | 30 | 24 | 376 | 133 | 134 | 0 | 0 | 361 | 143 | 66 |
| Binary | 11000 | 10100 | 11111110 | 1011011 | 1011100 | 0 | 0 | 11110001 | 1100011 | 110110 |
Color Harmonies of #1814FE
Complementary color
Monochromatic Colors of #1814FE
Black with #1814FE
Text Example
Text Example
White with #1814FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1814FE; }
p { color: rgb(24,20,254); }
H1.HeaderClassName
{
color: #1814FE;
}
.AnyTagClassName
{
color: #1814FE;
}
</style>
background-color css
<style>
a { background-color: #1814FE; }
a { background-color: rgb(24,20,254); }
div.DivClassName
{
background-color: #1814FE;
}
.BgClassName
{
background-color: #1814FE;
}
</style>
border-color css
<style>
span { border-color: #1814FE; }
span { border-color: rgb(24,20,254); }
td.TdClassName
{
border-color: #1814FE;
}
.TagClassName
{
border-color: #1814FE;
}
</style>