Shades of Blue #1500FA
Tints of Blue #1500FA
RGB
CMYK
RGB Variations
Color information
#1500FA (or 0x1500FA) is known color: Blue. HEX triplet: 15, 00 and FA. RGB value is (21,0,250). Sum of RGB (Red+Green+Blue) = 21+0+250=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 250 (98.05% from 255 or 92.25% from 271); Max value from RGB is 250 - color contains mainly: blue. Hex color #1500FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1500FA is #EAFF05. Grayscale: #212121. Windows color (decimal): -15400710 or 16384021. OLE color: 16384021.
HSL color Cylindrical-coordinate representation of color #1500FA: hue angle of 245.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500FA is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 0 | 250 | - |
| CMYK | 0.92 | 1 | 0 | 0.02 |
| HSL | 245.04º | 1% | 0.49% | - |
| HSV(B) | 245.04º | 1% | 0.98% | - |
| XYZ | 17.56 | 7.06 | 90.88 | - |
| YUV | 34.78 | 249.46 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 250 | 0.92 | 1 | 0 | 0.02 | 245.04 | 1 | 0.49 |
| Hex | 15 | 0 | FA | 5C | 64 | 0 | 2 | F5 | 64 | 31 |
| Octal | 25 | 0 | 372 | 134 | 144 | 0 | 2 | 365 | 144 | 61 |
| Binary | 10101 | 0 | 11111010 | 1011100 | 1100100 | 0 | 10 | 11110101 | 1100100 | 110001 |
Color Harmonies of #1500FA
Complementary color
Monochromatic Colors of #1500FA
Black with #1500FA
Text Example
Text Example
White with #1500FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500FA; }
p { color: rgb(21,0,250); }
H1.HeaderClassName
{
color: #1500FA;
}
.AnyTagClassName
{
color: #1500FA;
}
</style>
background-color css
<style>
a { background-color: #1500FA; }
a { background-color: rgb(21,0,250); }
div.DivClassName
{
background-color: #1500FA;
}
.BgClassName
{
background-color: #1500FA;
}
</style>
border-color css
<style>
span { border-color: #1500FA; }
span { border-color: rgb(21,0,250); }
td.TdClassName
{
border-color: #1500FA;
}
.TagClassName
{
border-color: #1500FA;
}
</style>