Shades of Blue #1814F3
Tints of Blue #1814F3
RGB
CMYK
RGB Variations
Color information
#1814F3 (or 0x1814F3) is known color: Blue. HEX triplet: 18, 14 and F3. RGB value is (24,20,243). Sum of RGB (Red+Green+Blue) = 24+20+243=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 243 (95.31% from 255 or 84.67% from 287); Max value from RGB is 243 - color contains mainly: blue. Hex color #1814F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1814F3 is #E7EB0C. Grayscale: #2D2D2D. Windows color (decimal): -15198989 or 15930392. OLE color: 15930392.
HSL color Cylindrical-coordinate representation of color #1814F3: hue angle of 241.08º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1814F3 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 20 | 243 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.05 |
| HSL | 241.08º | 0.9% | 0.52% | - |
| HSV(B) | 241.08º | 0.92% | 0.95% | - |
| XYZ | 16.8 | 7.17 | 85.29 | - |
| YUV | 46.62 | 238.83 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 243 | 0.90 | 0.92 | 0 | 0.05 | 241.08 | 0.9 | 0.52 |
| Hex | 18 | 14 | F3 | 5A | 5C | 0 | 5 | F1 | 5A | 34 |
| Octal | 30 | 24 | 363 | 132 | 134 | 0 | 5 | 361 | 132 | 64 |
| Binary | 11000 | 10100 | 11110011 | 1011010 | 1011100 | 0 | 101 | 11110001 | 1011010 | 110100 |
Color Harmonies of #1814F3
Complementary color
Monochromatic Colors of #1814F3
Black with #1814F3
Text Example
Text Example
White with #1814F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1814F3; }
p { color: rgb(24,20,243); }
H1.HeaderClassName
{
color: #1814F3;
}
.AnyTagClassName
{
color: #1814F3;
}
</style>
background-color css
<style>
a { background-color: #1814F3; }
a { background-color: rgb(24,20,243); }
div.DivClassName
{
background-color: #1814F3;
}
.BgClassName
{
background-color: #1814F3;
}
</style>
border-color css
<style>
span { border-color: #1814F3; }
span { border-color: rgb(24,20,243); }
td.TdClassName
{
border-color: #1814F3;
}
.TagClassName
{
border-color: #1814F3;
}
</style>