Shades of Medium Blue #1415CC
Tints of Medium Blue #1415CC
RGB
CMYK
RGB Variations
Color information
#1415CC (or 0x1415CC) is known color: Medium Blue. HEX triplet: 14, 15 and CC. RGB value is (20,21,204). Sum of RGB (Red+Green+Blue) = 20+21+204=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #1415CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1415CC is #EBEA33. Grayscale: #282828. Windows color (decimal): -15460916 or 13374740. OLE color: 13374740.
HSL color Cylindrical-coordinate representation of color #1415CC: hue angle of 239.67º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1415CC is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 21 | 204 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.2 |
| HSL | 239.67º | 0.82% | 0.44% | - |
| HSV(B) | 239.67º | 0.9% | 0.8% | - |
| XYZ | 11.46 | 5.04 | 57.5 | - |
| YUV | 41.56 | 219.67 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 204 | 0.90 | 0.90 | 0 | 0.2 | 239.67 | 0.82 | 0.44 |
| Hex | 14 | 15 | CC | 5A | 5A | 0 | 14 | F0 | 52 | 2C |
| Octal | 24 | 25 | 314 | 132 | 132 | 0 | 24 | 360 | 122 | 54 |
| Binary | 10100 | 10101 | 11001100 | 1011010 | 1011010 | 0 | 10100 | 11110000 | 1010010 | 101100 |
Color Harmonies of #1415CC
Complementary color
Monochromatic Colors of #1415CC
Black with #1415CC
Text Example
Text Example
White with #1415CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1415CC; }
p { color: rgb(20,21,204); }
H1.HeaderClassName
{
color: #1415CC;
}
.AnyTagClassName
{
color: #1415CC;
}
</style>
background-color css
<style>
a { background-color: #1415CC; }
a { background-color: rgb(20,21,204); }
div.DivClassName
{
background-color: #1415CC;
}
.BgClassName
{
background-color: #1415CC;
}
</style>
border-color css
<style>
span { border-color: #1415CC; }
span { border-color: rgb(20,21,204); }
td.TdClassName
{
border-color: #1415CC;
}
.TagClassName
{
border-color: #1415CC;
}
</style>