Shades of Medium Blue #1407CE
Tints of Medium Blue #1407CE
RGB
CMYK
RGB Variations
Color information
#1407CE (or 0x1407CE) is known color: Medium Blue. HEX triplet: 14, 07 and CE. RGB value is (20,7,206). Sum of RGB (Red+Green+Blue) = 20+7+206=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 206 (80.86% from 255 or 88.41% from 233); Max value from RGB is 206 - color contains mainly: blue. Hex color #1407CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1407CE is #EBF831. Grayscale: #202020. Windows color (decimal): -15464498 or 13502228. OLE color: 13502228.
HSL color Cylindrical-coordinate representation of color #1407CE: hue angle of 243.92º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1407CE is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 7 | 206 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.19 |
| HSL | 243.92º | 0.93% | 0.42% | - |
| HSV(B) | 243.92º | 0.97% | 0.81% | - |
| XYZ | 11.51 | 4.76 | 58.7 | - |
| YUV | 33.57 | 225.31 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 206 | 0.90 | 0.97 | 0 | 0.19 | 243.92 | 0.93 | 0.42 |
| Hex | 14 | 7 | CE | 5A | 61 | 0 | 13 | F4 | 5D | 2A |
| Octal | 24 | 7 | 316 | 132 | 141 | 0 | 23 | 364 | 135 | 52 |
| Binary | 10100 | 111 | 11001110 | 1011010 | 1100001 | 0 | 10011 | 11110100 | 1011101 | 101010 |
Color Harmonies of #1407CE
Complementary color
Monochromatic Colors of #1407CE
Black with #1407CE
Text Example
Text Example
White with #1407CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1407CE; }
p { color: rgb(20,7,206); }
H1.HeaderClassName
{
color: #1407CE;
}
.AnyTagClassName
{
color: #1407CE;
}
</style>
background-color css
<style>
a { background-color: #1407CE; }
a { background-color: rgb(20,7,206); }
div.DivClassName
{
background-color: #1407CE;
}
.BgClassName
{
background-color: #1407CE;
}
</style>
border-color css
<style>
span { border-color: #1407CE; }
span { border-color: rgb(20,7,206); }
td.TdClassName
{
border-color: #1407CE;
}
.TagClassName
{
border-color: #1407CE;
}
</style>