Shades of Medium Blue #1418D8
Tints of Medium Blue #1418D8
RGB
CMYK
RGB Variations
Color information
#1418D8 (or 0x1418D8) is known color: Medium Blue. HEX triplet: 14, 18 and D8. RGB value is (20,24,216). Sum of RGB (Red+Green+Blue) = 20+24+216=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 216 (84.77% from 255 or 83.08% from 260); Max value from RGB is 216 - color contains mainly: blue. Hex color #1418D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418D8 is #EBE727. Grayscale: #2B2B2B. Windows color (decimal): -15460136 or 14161940. OLE color: 14161940.
HSL color Cylindrical-coordinate representation of color #1418D8: hue angle of 238.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1418D8 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 24 | 216 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.15 |
| HSL | 238.78º | 0.83% | 0.46% | - |
| HSV(B) | 238.78º | 0.91% | 0.85% | - |
| XYZ | 13.01 | 5.76 | 65.39 | - |
| YUV | 44.69 | 224.67 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 216 | 0.91 | 0.89 | 0 | 0.15 | 238.78 | 0.83 | 0.46 |
| Hex | 14 | 18 | D8 | 5B | 59 | 0 | F | EF | 53 | 2E |
| Octal | 24 | 30 | 330 | 133 | 131 | 0 | 17 | 357 | 123 | 56 |
| Binary | 10100 | 11000 | 11011000 | 1011011 | 1011001 | 0 | 1111 | 11101111 | 1010011 | 101110 |
Color Harmonies of #1418D8
Complementary color
Monochromatic Colors of #1418D8
Black with #1418D8
Text Example
Text Example
White with #1418D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1418D8; }
p { color: rgb(20,24,216); }
H1.HeaderClassName
{
color: #1418D8;
}
.AnyTagClassName
{
color: #1418D8;
}
</style>
background-color css
<style>
a { background-color: #1418D8; }
a { background-color: rgb(20,24,216); }
div.DivClassName
{
background-color: #1418D8;
}
.BgClassName
{
background-color: #1418D8;
}
</style>
border-color css
<style>
span { border-color: #1418D8; }
span { border-color: rgb(20,24,216); }
td.TdClassName
{
border-color: #1418D8;
}
.TagClassName
{
border-color: #1418D8;
}
</style>