Shades of Medium Blue #1503CC
Tints of Medium Blue #1503CC
RGB
CMYK
RGB Variations
Color information
#1503CC (or 0x1503CC) is known color: Medium Blue. HEX triplet: 15, 03 and CC. RGB value is (21,3,204). Sum of RGB (Red+Green+Blue) = 21+3+204=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 204 (80.08% from 255 or 89.47% from 228); Max value from RGB is 204 - color contains mainly: blue. Hex color #1503CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503CC is #EAFC33. Grayscale: #1E1E1E. Windows color (decimal): -15399988 or 13370133. OLE color: 13370133.
HSL color Cylindrical-coordinate representation of color #1503CC: hue angle of 245.37º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1503CC is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 3 | 204 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.2 |
| HSL | 245.37º | 0.97% | 0.41% | - |
| HSV(B) | 245.37º | 0.99% | 0.8% | - |
| XYZ | 11.24 | 4.58 | 57.42 | - |
| YUV | 31.3 | 225.46 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 204 | 0.90 | 0.99 | 0 | 0.2 | 245.37 | 0.97 | 0.41 |
| Hex | 15 | 3 | CC | 5A | 63 | 0 | 14 | F5 | 61 | 29 |
| Octal | 25 | 3 | 314 | 132 | 143 | 0 | 24 | 365 | 141 | 51 |
| Binary | 10101 | 11 | 11001100 | 1011010 | 1100011 | 0 | 10100 | 11110101 | 1100001 | 101001 |
Color Harmonies of #1503CC
Complementary color
Monochromatic Colors of #1503CC
Black with #1503CC
Text Example
Text Example
White with #1503CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1503CC; }
p { color: rgb(21,3,204); }
H1.HeaderClassName
{
color: #1503CC;
}
.AnyTagClassName
{
color: #1503CC;
}
</style>
background-color css
<style>
a { background-color: #1503CC; }
a { background-color: rgb(21,3,204); }
div.DivClassName
{
background-color: #1503CC;
}
.BgClassName
{
background-color: #1503CC;
}
</style>
border-color css
<style>
span { border-color: #1503CC; }
span { border-color: rgb(21,3,204); }
td.TdClassName
{
border-color: #1503CC;
}
.TagClassName
{
border-color: #1503CC;
}
</style>