Shades of Medium Blue #1407CA
Tints of Medium Blue #1407CA
RGB
CMYK
RGB Variations
Color information
#1407CA (or 0x1407CA) is known color: Medium Blue. HEX triplet: 14, 07 and CA. RGB value is (20,7,202). Sum of RGB (Red+Green+Blue) = 20+7+202=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 202 (79.30% from 255 or 88.21% from 229); Max value from RGB is 202 - color contains mainly: blue. Hex color #1407CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1407CA is #EBF835. Grayscale: #202020. Windows color (decimal): -15464502 or 13240084. OLE color: 13240084.
HSL color Cylindrical-coordinate representation of color #1407CA: hue angle of 244º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1407CA is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 7 | 202 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.21 |
| HSL | 244º | 0.93% | 0.41% | - |
| HSV(B) | 244º | 0.97% | 0.79% | - |
| XYZ | 11.03 | 4.56 | 56.18 | - |
| YUV | 33.12 | 223.31 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 202 | 0.90 | 0.97 | 0 | 0.21 | 244 | 0.93 | 0.41 |
| Hex | 14 | 7 | CA | 5A | 61 | 0 | 15 | F4 | 5D | 29 |
| Octal | 24 | 7 | 312 | 132 | 141 | 0 | 25 | 364 | 135 | 51 |
| Binary | 10100 | 111 | 11001010 | 1011010 | 1100001 | 0 | 10101 | 11110100 | 1011101 | 101001 |
Color Harmonies of #1407CA
Complementary color
Monochromatic Colors of #1407CA
Black with #1407CA
Text Example
Text Example
White with #1407CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1407CA; }
p { color: rgb(20,7,202); }
H1.HeaderClassName
{
color: #1407CA;
}
.AnyTagClassName
{
color: #1407CA;
}
</style>
background-color css
<style>
a { background-color: #1407CA; }
a { background-color: rgb(20,7,202); }
div.DivClassName
{
background-color: #1407CA;
}
.BgClassName
{
background-color: #1407CA;
}
</style>
border-color css
<style>
span { border-color: #1407CA; }
span { border-color: rgb(20,7,202); }
td.TdClassName
{
border-color: #1407CA;
}
.TagClassName
{
border-color: #1407CA;
}
</style>