Shades of Blue #1503F1
Tints of Blue #1503F1
RGB
CMYK
RGB Variations
Color information
#1503F1 (or 0x1503F1) is known color: Blue. HEX triplet: 15, 03 and F1. RGB value is (21,3,241). Sum of RGB (Red+Green+Blue) = 21+3+241=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 241 (94.53% from 255 or 90.94% from 265); Max value from RGB is 241 - color contains mainly: blue. Hex color #1503F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1503F1 is #EAFC0E. Grayscale: #222222. Windows color (decimal): -15399951 or 15794965. OLE color: 15794965.
HSL color Cylindrical-coordinate representation of color #1503F1: hue angle of 244.54º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1503F1 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 3 | 241 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.05 |
| HSL | 244.54º | 0.98% | 0.48% | - |
| HSV(B) | 244.54º | 0.99% | 0.95% | - |
| XYZ | 16.22 | 6.58 | 83.63 | - |
| YUV | 35.51 | 243.96 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 241 | 0.91 | 0.99 | 0 | 0.05 | 244.54 | 0.98 | 0.48 |
| Hex | 15 | 3 | F1 | 5B | 63 | 0 | 5 | F5 | 62 | 30 |
| Octal | 25 | 3 | 361 | 133 | 143 | 0 | 5 | 365 | 142 | 60 |
| Binary | 10101 | 11 | 11110001 | 1011011 | 1100011 | 0 | 101 | 11110101 | 1100010 | 110000 |
Color Harmonies of #1503F1
Complementary color
Monochromatic Colors of #1503F1
Black with #1503F1
Text Example
Text Example
White with #1503F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1503F1; }
p { color: rgb(21,3,241); }
H1.HeaderClassName
{
color: #1503F1;
}
.AnyTagClassName
{
color: #1503F1;
}
</style>
background-color css
<style>
a { background-color: #1503F1; }
a { background-color: rgb(21,3,241); }
div.DivClassName
{
background-color: #1503F1;
}
.BgClassName
{
background-color: #1503F1;
}
</style>
border-color css
<style>
span { border-color: #1503F1; }
span { border-color: rgb(21,3,241); }
td.TdClassName
{
border-color: #1503F1;
}
.TagClassName
{
border-color: #1503F1;
}
</style>