Shades of Blue #1503FA
Tints of Blue #1503FA
RGB
CMYK
RGB Variations
Color information
#1503FA (or 0x1503FA) is known color: Blue. HEX triplet: 15, 03 and FA. RGB value is (21,3,250). Sum of RGB (Red+Green+Blue) = 21+3+250=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 250 (98.05% from 255 or 91.24% from 274); Max value from RGB is 250 - color contains mainly: blue. Hex color #1503FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1503FA is #EAFC05. Grayscale: #232323. Windows color (decimal): -15399942 or 16384789. OLE color: 16384789.
HSL color Cylindrical-coordinate representation of color #1503FA: hue angle of 244.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1503FA is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 3 | 250 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.02 |
| HSL | 244.37º | 0.98% | 0.5% | - |
| HSV(B) | 244.37º | 0.99% | 0.98% | - |
| XYZ | 17.6 | 7.13 | 90.89 | - |
| YUV | 36.54 | 248.46 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 250 | 0.92 | 0.99 | 0 | 0.02 | 244.37 | 0.98 | 0.5 |
| Hex | 15 | 3 | FA | 5C | 63 | 0 | 2 | F4 | 62 | 32 |
| Octal | 25 | 3 | 372 | 134 | 143 | 0 | 2 | 364 | 142 | 62 |
| Binary | 10101 | 11 | 11111010 | 1011100 | 1100011 | 0 | 10 | 11110100 | 1100010 | 110010 |
Color Harmonies of #1503FA
Complementary color
Monochromatic Colors of #1503FA
Black with #1503FA
Text Example
Text Example
White with #1503FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1503FA; }
p { color: rgb(21,3,250); }
H1.HeaderClassName
{
color: #1503FA;
}
.AnyTagClassName
{
color: #1503FA;
}
</style>
background-color css
<style>
a { background-color: #1503FA; }
a { background-color: rgb(21,3,250); }
div.DivClassName
{
background-color: #1503FA;
}
.BgClassName
{
background-color: #1503FA;
}
</style>
border-color css
<style>
span { border-color: #1503FA; }
span { border-color: rgb(21,3,250); }
td.TdClassName
{
border-color: #1503FA;
}
.TagClassName
{
border-color: #1503FA;
}
</style>