Shades of Medium Blue #1502E5
Tints of Medium Blue #1502E5
RGB
CMYK
RGB Variations
Color information
#1502E5 (or 0x1502E5) is known color: Medium Blue. HEX triplet: 15, 02 and E5. RGB value is (21,2,229). Sum of RGB (Red+Green+Blue) = 21+2+229=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 229 (89.84% from 255 or 90.87% from 252); Max value from RGB is 229 - color contains mainly: blue. Hex color #1502E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1502E5 is #EAFD1A. Grayscale: #202020. Windows color (decimal): -15400219 or 15008277. OLE color: 15008277.
HSL color Cylindrical-coordinate representation of color #1502E5: hue angle of 245.02º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502E5 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 2 | 229 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.10 |
| HSL | 245.02º | 0.98% | 0.45% | - |
| HSV(B) | 245.02º | 0.99% | 0.9% | - |
| XYZ | 14.47 | 5.86 | 74.5 | - |
| YUV | 33.56 | 238.29 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 229 | 0.91 | 0.99 | 0 | 0.10 | 245.02 | 0.98 | 0.45 |
| Hex | 15 | 2 | E5 | 5B | 63 | 0 | A | F5 | 62 | 2D |
| Octal | 25 | 2 | 345 | 133 | 143 | 0 | 12 | 365 | 142 | 55 |
| Binary | 10101 | 10 | 11100101 | 1011011 | 1100011 | 0 | 1010 | 11110101 | 1100010 | 101101 |
Color Harmonies of #1502E5
Complementary color
Monochromatic Colors of #1502E5
Black with #1502E5
Text Example
Text Example
White with #1502E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502E5; }
p { color: rgb(21,2,229); }
H1.HeaderClassName
{
color: #1502E5;
}
.AnyTagClassName
{
color: #1502E5;
}
</style>
background-color css
<style>
a { background-color: #1502E5; }
a { background-color: rgb(21,2,229); }
div.DivClassName
{
background-color: #1502E5;
}
.BgClassName
{
background-color: #1502E5;
}
</style>
border-color css
<style>
span { border-color: #1502E5; }
span { border-color: rgb(21,2,229); }
td.TdClassName
{
border-color: #1502E5;
}
.TagClassName
{
border-color: #1502E5;
}
</style>