Shades of Medium Blue #1502C5
Tints of Medium Blue #1502C5
RGB
CMYK
RGB Variations
Color information
#1502C5 (or 0x1502C5) is known color: Medium Blue. HEX triplet: 15, 02 and C5. RGB value is (21,2,197). Sum of RGB (Red+Green+Blue) = 21+2+197=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 197 (77.34% from 255 or 89.55% from 220); Max value from RGB is 197 - color contains mainly: blue. Hex color #1502C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1502C5 is #EAFD3A. Grayscale: #1D1D1D. Windows color (decimal): -15400251 or 12911125. OLE color: 12911125.
HSL color Cylindrical-coordinate representation of color #1502C5: hue angle of 245.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502C5 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 2 | 197 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.23 |
| HSL | 245.85º | 0.98% | 0.39% | - |
| HSV(B) | 245.85º | 0.99% | 0.77% | - |
| XYZ | 10.41 | 4.23 | 53.09 | - |
| YUV | 29.91 | 222.29 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 197 | 0.89 | 0.99 | 0 | 0.23 | 245.85 | 0.98 | 0.39 |
| Hex | 15 | 2 | C5 | 59 | 63 | 0 | 17 | F6 | 62 | 27 |
| Octal | 25 | 2 | 305 | 131 | 143 | 0 | 27 | 366 | 142 | 47 |
| Binary | 10101 | 10 | 11000101 | 1011001 | 1100011 | 0 | 10111 | 11110110 | 1100010 | 100111 |
Color Harmonies of #1502C5
Complementary color
Monochromatic Colors of #1502C5
Black with #1502C5
Text Example
Text Example
White with #1502C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502C5; }
p { color: rgb(21,2,197); }
H1.HeaderClassName
{
color: #1502C5;
}
.AnyTagClassName
{
color: #1502C5;
}
</style>
background-color css
<style>
a { background-color: #1502C5; }
a { background-color: rgb(21,2,197); }
div.DivClassName
{
background-color: #1502C5;
}
.BgClassName
{
background-color: #1502C5;
}
</style>
border-color css
<style>
span { border-color: #1502C5; }
span { border-color: rgb(21,2,197); }
td.TdClassName
{
border-color: #1502C5;
}
.TagClassName
{
border-color: #1502C5;
}
</style>