Shades of Blue #1526F9
Tints of Blue #1526F9
RGB
CMYK
RGB Variations
Color information
#1526F9 (or 0x1526F9) is known color: Blue. HEX triplet: 15, 26 and F9. RGB value is (21,38,249). Sum of RGB (Red+Green+Blue) = 21+38+249=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 249 (97.66% from 255 or 80.84% from 308); Max value from RGB is 249 - color contains mainly: blue. Hex color #1526F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1526F9 is #EAD906. Grayscale: #383838. Windows color (decimal): -15390983 or 16328213. OLE color: 16328213.
HSL color Cylindrical-coordinate representation of color #1526F9: hue angle of 235.53º degrees, saturation: 0.95, 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 #1526F9 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 38 | 249 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.02 |
| HSL | 235.53º | 0.95% | 0.53% | - |
| HSV(B) | 235.53º | 0.92% | 0.98% | - |
| XYZ | 18.1 | 8.39 | 90.29 | - |
| YUV | 56.97 | 236.37 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 249 | 0.92 | 0.85 | 0 | 0.02 | 235.53 | 0.95 | 0.53 |
| Hex | 15 | 26 | F9 | 5C | 55 | 0 | 2 | EC | 5F | 35 |
| Octal | 25 | 46 | 371 | 134 | 125 | 0 | 2 | 354 | 137 | 65 |
| Binary | 10101 | 100110 | 11111001 | 1011100 | 1010101 | 0 | 10 | 11101100 | 1011111 | 110101 |
Color Harmonies of #1526F9
Complementary color
Monochromatic Colors of #1526F9
Black with #1526F9
Text Example
Text Example
White with #1526F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1526F9; }
p { color: rgb(21,38,249); }
H1.HeaderClassName
{
color: #1526F9;
}
.AnyTagClassName
{
color: #1526F9;
}
</style>
background-color css
<style>
a { background-color: #1526F9; }
a { background-color: rgb(21,38,249); }
div.DivClassName
{
background-color: #1526F9;
}
.BgClassName
{
background-color: #1526F9;
}
</style>
border-color css
<style>
span { border-color: #1526F9; }
span { border-color: rgb(21,38,249); }
td.TdClassName
{
border-color: #1526F9;
}
.TagClassName
{
border-color: #1526F9;
}
</style>