Shades of Medium Blue #1614DA
Tints of Medium Blue #1614DA
RGB
CMYK
RGB Variations
Color information
#1614DA (or 0x1614DA) is known color: Medium Blue. HEX triplet: 16, 14 and DA. RGB value is (22,20,218). Sum of RGB (Red+Green+Blue) = 22+20+218=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 218 (85.55% from 255 or 83.85% from 260); Max value from RGB is 218 - color contains mainly: blue. Hex color #1614DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1614DA is #E9EB25. Grayscale: #2A2A2A. Windows color (decimal): -15330086 or 14291990. OLE color: 14291990.
HSL color Cylindrical-coordinate representation of color #1614DA: hue angle of 240.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1614DA is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 20 | 218 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.15 |
| HSL | 240.61º | 0.83% | 0.47% | - |
| HSV(B) | 240.61º | 0.91% | 0.85% | - |
| XYZ | 13.24 | 5.73 | 66.74 | - |
| YUV | 43.17 | 226.66 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 218 | 0.90 | 0.91 | 0 | 0.15 | 240.61 | 0.83 | 0.47 |
| Hex | 16 | 14 | DA | 5A | 5B | 0 | F | F1 | 53 | 2F |
| Octal | 26 | 24 | 332 | 132 | 133 | 0 | 17 | 361 | 123 | 57 |
| Binary | 10110 | 10100 | 11011010 | 1011010 | 1011011 | 0 | 1111 | 11110001 | 1010011 | 101111 |
Color Harmonies of #1614DA
Complementary color
Monochromatic Colors of #1614DA
Black with #1614DA
Text Example
Text Example
White with #1614DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1614DA; }
p { color: rgb(22,20,218); }
H1.HeaderClassName
{
color: #1614DA;
}
.AnyTagClassName
{
color: #1614DA;
}
</style>
background-color css
<style>
a { background-color: #1614DA; }
a { background-color: rgb(22,20,218); }
div.DivClassName
{
background-color: #1614DA;
}
.BgClassName
{
background-color: #1614DA;
}
</style>
border-color css
<style>
span { border-color: #1614DA; }
span { border-color: rgb(22,20,218); }
td.TdClassName
{
border-color: #1614DA;
}
.TagClassName
{
border-color: #1614DA;
}
</style>