Shades of Blue #1503EA
Tints of Blue #1503EA
RGB
CMYK
RGB Variations
Color information
#1503EA (or 0x1503EA) is known color: Blue. HEX triplet: 15, 03 and EA. RGB value is (21,3,234). Sum of RGB (Red+Green+Blue) = 21+3+234=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 234 (91.80% from 255 or 90.70% from 258); Max value from RGB is 234 - color contains mainly: blue. Hex color #1503EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1503EA is #EAFC15. Grayscale: #212121. Windows color (decimal): -15399958 or 15336213. OLE color: 15336213.
HSL color Cylindrical-coordinate representation of color #1503EA: hue angle of 244.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1503EA is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 3 | 234 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.08 |
| HSL | 244.68º | 0.97% | 0.46% | - |
| HSV(B) | 244.68º | 0.99% | 0.92% | - |
| XYZ | 15.19 | 6.17 | 78.23 | - |
| YUV | 34.72 | 240.46 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 234 | 0.91 | 0.99 | 0 | 0.08 | 244.68 | 0.97 | 0.46 |
| Hex | 15 | 3 | EA | 5B | 63 | 0 | 8 | F5 | 61 | 2E |
| Octal | 25 | 3 | 352 | 133 | 143 | 0 | 10 | 365 | 141 | 56 |
| Binary | 10101 | 11 | 11101010 | 1011011 | 1100011 | 0 | 1000 | 11110101 | 1100001 | 101110 |
Color Harmonies of #1503EA
Complementary color
Monochromatic Colors of #1503EA
Black with #1503EA
Text Example
Text Example
White with #1503EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1503EA; }
p { color: rgb(21,3,234); }
H1.HeaderClassName
{
color: #1503EA;
}
.AnyTagClassName
{
color: #1503EA;
}
</style>
background-color css
<style>
a { background-color: #1503EA; }
a { background-color: rgb(21,3,234); }
div.DivClassName
{
background-color: #1503EA;
}
.BgClassName
{
background-color: #1503EA;
}
</style>
border-color css
<style>
span { border-color: #1503EA; }
span { border-color: rgb(21,3,234); }
td.TdClassName
{
border-color: #1503EA;
}
.TagClassName
{
border-color: #1503EA;
}
</style>