Shades of Blue #1528FD
Tints of Blue #1528FD
RGB
CMYK
RGB Variations
Color information
#1528FD (or 0x1528FD) is known color: Blue. HEX triplet: 15, 28 and FD. RGB value is (21,40,253). Sum of RGB (Red+Green+Blue) = 21+40+253=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 253 (99.22% from 255 or 80.57% from 314); Max value from RGB is 253 - color contains mainly: blue. Hex color #1528FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1528FD is #EAD702. Grayscale: #393939. Windows color (decimal): -15390467 or 16590869. OLE color: 16590869.
HSL color Cylindrical-coordinate representation of color #1528FD: hue angle of 235.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1528FD is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 40 | 253 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.01 |
| HSL | 235.09º | 0.98% | 0.54% | - |
| HSV(B) | 235.09º | 0.92% | 0.99% | - |
| XYZ | 18.8 | 8.77 | 93.63 | - |
| YUV | 58.6 | 237.71 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 253 | 0.92 | 0.84 | 0 | 0.01 | 235.09 | 0.98 | 0.54 |
| Hex | 15 | 28 | FD | 5C | 54 | 0 | 1 | EB | 62 | 36 |
| Octal | 25 | 50 | 375 | 134 | 124 | 0 | 1 | 353 | 142 | 66 |
| Binary | 10101 | 101000 | 11111101 | 1011100 | 1010100 | 0 | 1 | 11101011 | 1100010 | 110110 |
Color Harmonies of #1528FD
Complementary color
Monochromatic Colors of #1528FD
Black with #1528FD
Text Example
Text Example
White with #1528FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1528FD; }
p { color: rgb(21,40,253); }
H1.HeaderClassName
{
color: #1528FD;
}
.AnyTagClassName
{
color: #1528FD;
}
</style>
background-color css
<style>
a { background-color: #1528FD; }
a { background-color: rgb(21,40,253); }
div.DivClassName
{
background-color: #1528FD;
}
.BgClassName
{
background-color: #1528FD;
}
</style>
border-color css
<style>
span { border-color: #1528FD; }
span { border-color: rgb(21,40,253); }
td.TdClassName
{
border-color: #1528FD;
}
.TagClassName
{
border-color: #1528FD;
}
</style>