Shades of Medium Blue #1404D7
Tints of Medium Blue #1404D7
RGB
CMYK
RGB Variations
Color information
#1404D7 (or 0x1404D7) is known color: Medium Blue. HEX triplet: 14, 04 and D7. RGB value is (20,4,215). Sum of RGB (Red+Green+Blue) = 20+4+215=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 215 (84.38% from 255 or 89.96% from 239); Max value from RGB is 215 - color contains mainly: blue. Hex color #1404D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1404D7 is #EBFB28. Grayscale: #202020. Windows color (decimal): -15465257 or 14091284. OLE color: 14091284.
HSL color Cylindrical-coordinate representation of color #1404D7: hue angle of 244.55º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404D7 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 4 | 215 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.16 |
| HSL | 244.55º | 0.96% | 0.43% | - |
| HSV(B) | 244.55º | 0.98% | 0.84% | - |
| XYZ | 12.6 | 5.14 | 64.62 | - |
| YUV | 32.84 | 230.8 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 215 | 0.91 | 0.98 | 0 | 0.16 | 244.55 | 0.96 | 0.43 |
| Hex | 14 | 4 | D7 | 5B | 62 | 0 | 10 | F5 | 60 | 2B |
| Octal | 24 | 4 | 327 | 133 | 142 | 0 | 20 | 365 | 140 | 53 |
| Binary | 10100 | 100 | 11010111 | 1011011 | 1100010 | 0 | 10000 | 11110101 | 1100000 | 101011 |
Color Harmonies of #1404D7
Complementary color
Monochromatic Colors of #1404D7
Black with #1404D7
Text Example
Text Example
White with #1404D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1404D7; }
p { color: rgb(20,4,215); }
H1.HeaderClassName
{
color: #1404D7;
}
.AnyTagClassName
{
color: #1404D7;
}
</style>
background-color css
<style>
a { background-color: #1404D7; }
a { background-color: rgb(20,4,215); }
div.DivClassName
{
background-color: #1404D7;
}
.BgClassName
{
background-color: #1404D7;
}
</style>
border-color css
<style>
span { border-color: #1404D7; }
span { border-color: rgb(20,4,215); }
td.TdClassName
{
border-color: #1404D7;
}
.TagClassName
{
border-color: #1404D7;
}
</style>