Shades of Medium Blue #1514CF
Tints of Medium Blue #1514CF
RGB
CMYK
RGB Variations
Color information
#1514CF (or 0x1514CF) is known color: Medium Blue. HEX triplet: 15, 14 and CF. RGB value is (21,20,207). Sum of RGB (Red+Green+Blue) = 21+20+207=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #1514CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1514CF is #EAEB30. Grayscale: #282828. Windows color (decimal): -15395633 or 13571093. OLE color: 13571093.
HSL color Cylindrical-coordinate representation of color #1514CF: hue angle of 240.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1514CF is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 20 | 207 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.19 |
| HSL | 240.32º | 0.82% | 0.45% | - |
| HSV(B) | 240.32º | 0.9% | 0.81% | - |
| XYZ | 11.82 | 5.16 | 59.41 | - |
| YUV | 41.62 | 221.33 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 207 | 0.90 | 0.90 | 0 | 0.19 | 240.32 | 0.82 | 0.45 |
| Hex | 15 | 14 | CF | 5A | 5A | 0 | 13 | F0 | 52 | 2D |
| Octal | 25 | 24 | 317 | 132 | 132 | 0 | 23 | 360 | 122 | 55 |
| Binary | 10101 | 10100 | 11001111 | 1011010 | 1011010 | 0 | 10011 | 11110000 | 1010010 | 101101 |
Color Harmonies of #1514CF
Complementary color
Monochromatic Colors of #1514CF
Black with #1514CF
Text Example
Text Example
White with #1514CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1514CF; }
p { color: rgb(21,20,207); }
H1.HeaderClassName
{
color: #1514CF;
}
.AnyTagClassName
{
color: #1514CF;
}
</style>
background-color css
<style>
a { background-color: #1514CF; }
a { background-color: rgb(21,20,207); }
div.DivClassName
{
background-color: #1514CF;
}
.BgClassName
{
background-color: #1514CF;
}
</style>
border-color css
<style>
span { border-color: #1514CF; }
span { border-color: rgb(21,20,207); }
td.TdClassName
{
border-color: #1514CF;
}
.TagClassName
{
border-color: #1514CF;
}
</style>