Shades of Medium Blue #1404D2
Tints of Medium Blue #1404D2
RGB
CMYK
RGB Variations
Color information
#1404D2 (or 0x1404D2) is known color: Medium Blue. HEX triplet: 14, 04 and D2. RGB value is (20,4,210). Sum of RGB (Red+Green+Blue) = 20+4+210=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 210 (82.42% from 255 or 89.74% from 234); Max value from RGB is 210 - color contains mainly: blue. Hex color #1404D2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1404D2 is #EBFB2D. Grayscale: #1F1F1F. Windows color (decimal): -15465262 or 13763604. OLE color: 13763604.
HSL color Cylindrical-coordinate representation of color #1404D2: hue angle of 244.66º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404D2 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 4 | 210 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.18 |
| HSL | 244.66º | 0.96% | 0.42% | - |
| HSV(B) | 244.66º | 0.98% | 0.82% | - |
| XYZ | 11.96 | 4.89 | 61.29 | - |
| YUV | 32.27 | 228.3 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 210 | 0.90 | 0.98 | 0 | 0.18 | 244.66 | 0.96 | 0.42 |
| Hex | 14 | 4 | D2 | 5A | 62 | 0 | 12 | F5 | 60 | 2A |
| Octal | 24 | 4 | 322 | 132 | 142 | 0 | 22 | 365 | 140 | 52 |
| Binary | 10100 | 100 | 11010010 | 1011010 | 1100010 | 0 | 10010 | 11110101 | 1100000 | 101010 |
Color Harmonies of #1404D2
Complementary color
Monochromatic Colors of #1404D2
Black with #1404D2
Text Example
Text Example
White with #1404D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1404D2; }
p { color: rgb(20,4,210); }
H1.HeaderClassName
{
color: #1404D2;
}
.AnyTagClassName
{
color: #1404D2;
}
</style>
background-color css
<style>
a { background-color: #1404D2; }
a { background-color: rgb(20,4,210); }
div.DivClassName
{
background-color: #1404D2;
}
.BgClassName
{
background-color: #1404D2;
}
</style>
border-color css
<style>
span { border-color: #1404D2; }
span { border-color: rgb(20,4,210); }
td.TdClassName
{
border-color: #1404D2;
}
.TagClassName
{
border-color: #1404D2;
}
</style>