Shades of Medium Blue #1514DA
Tints of Medium Blue #1514DA
RGB
CMYK
RGB Variations
Color information
#1514DA (or 0x1514DA) is known color: Medium Blue. HEX triplet: 15, 14 and DA. RGB value is (21,20,218). Sum of RGB (Red+Green+Blue) = 21+20+218=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 218 (85.55% from 255 or 84.17% from 259); Max value from RGB is 218 - color contains mainly: blue. Hex color #1514DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1514DA is #EAEB25. Grayscale: #2A2A2A. Windows color (decimal): -15395622 or 14291989. OLE color: 14291989.
HSL color Cylindrical-coordinate representation of color #1514DA: hue angle of 240.3º 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 #1514DA is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 20 | 218 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.15 |
| HSL | 240.3º | 0.83% | 0.47% | - |
| HSV(B) | 240.3º | 0.91% | 0.85% | - |
| XYZ | 13.21 | 5.72 | 66.74 | - |
| YUV | 42.87 | 226.83 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 218 | 0.90 | 0.91 | 0 | 0.15 | 240.3 | 0.83 | 0.47 |
| Hex | 15 | 14 | DA | 5A | 5B | 0 | F | F0 | 53 | 2F |
| Octal | 25 | 24 | 332 | 132 | 133 | 0 | 17 | 360 | 123 | 57 |
| Binary | 10101 | 10100 | 11011010 | 1011010 | 1011011 | 0 | 1111 | 11110000 | 1010011 | 101111 |
Color Harmonies of #1514DA
Complementary color
Monochromatic Colors of #1514DA
Black with #1514DA
Text Example
Text Example
White with #1514DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1514DA; }
p { color: rgb(21,20,218); }
H1.HeaderClassName
{
color: #1514DA;
}
.AnyTagClassName
{
color: #1514DA;
}
</style>
background-color css
<style>
a { background-color: #1514DA; }
a { background-color: rgb(21,20,218); }
div.DivClassName
{
background-color: #1514DA;
}
.BgClassName
{
background-color: #1514DA;
}
</style>
border-color css
<style>
span { border-color: #1514DA; }
span { border-color: rgb(21,20,218); }
td.TdClassName
{
border-color: #1514DA;
}
.TagClassName
{
border-color: #1514DA;
}
</style>