Shades of Blue #1526FA
Tints of Blue #1526FA
RGB
CMYK
RGB Variations
Color information
#1526FA (or 0x1526FA) is known color: Blue. HEX triplet: 15, 26 and FA. RGB value is (21,38,250). Sum of RGB (Red+Green+Blue) = 21+38+250=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 250 (98.05% from 255 or 80.91% from 309); Max value from RGB is 250 - color contains mainly: blue. Hex color #1526FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1526FA is #EAD905. Grayscale: #383838. Windows color (decimal): -15390982 or 16393749. OLE color: 16393749.
HSL color Cylindrical-coordinate representation of color #1526FA: hue angle of 235.55º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1526FA is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 38 | 250 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.02 |
| HSL | 235.55º | 0.96% | 0.53% | - |
| HSV(B) | 235.55º | 0.92% | 0.98% | - |
| XYZ | 18.26 | 8.45 | 91.11 | - |
| YUV | 57.09 | 236.87 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 250 | 0.92 | 0.85 | 0 | 0.02 | 235.55 | 0.96 | 0.53 |
| Hex | 15 | 26 | FA | 5C | 55 | 0 | 2 | EC | 60 | 35 |
| Octal | 25 | 46 | 372 | 134 | 125 | 0 | 2 | 354 | 140 | 65 |
| Binary | 10101 | 100110 | 11111010 | 1011100 | 1010101 | 0 | 10 | 11101100 | 1100000 | 110101 |
Color Harmonies of #1526FA
Complementary color
Monochromatic Colors of #1526FA
Black with #1526FA
Text Example
Text Example
White with #1526FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1526FA; }
p { color: rgb(21,38,250); }
H1.HeaderClassName
{
color: #1526FA;
}
.AnyTagClassName
{
color: #1526FA;
}
</style>
background-color css
<style>
a { background-color: #1526FA; }
a { background-color: rgb(21,38,250); }
div.DivClassName
{
background-color: #1526FA;
}
.BgClassName
{
background-color: #1526FA;
}
</style>
border-color css
<style>
span { border-color: #1526FA; }
span { border-color: rgb(21,38,250); }
td.TdClassName
{
border-color: #1526FA;
}
.TagClassName
{
border-color: #1526FA;
}
</style>