Shades of Blue #1528F4
Tints of Blue #1528F4
RGB
CMYK
RGB Variations
Color information
#1528F4 (or 0x1528F4) is known color: Blue. HEX triplet: 15, 28 and F4. RGB value is (21,40,244). Sum of RGB (Red+Green+Blue) = 21+40+244=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 244 (95.70% from 255 or 80% from 305); Max value from RGB is 244 - color contains mainly: blue. Hex color #1528F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1528F4 is #EAD70B. Grayscale: #383838. Windows color (decimal): -15390476 or 16001045. OLE color: 16001045.
HSL color Cylindrical-coordinate representation of color #1528F4: hue angle of 234.89º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1528F4 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 40 | 244 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.04 |
| HSL | 234.89º | 0.91% | 0.52% | - |
| HSV(B) | 234.89º | 0.91% | 0.96% | - |
| XYZ | 17.4 | 8.21 | 86.26 | - |
| YUV | 57.58 | 233.21 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 244 | 0.91 | 0.84 | 0 | 0.04 | 234.89 | 0.91 | 0.52 |
| Hex | 15 | 28 | F4 | 5B | 54 | 0 | 4 | EB | 5B | 34 |
| Octal | 25 | 50 | 364 | 133 | 124 | 0 | 4 | 353 | 133 | 64 |
| Binary | 10101 | 101000 | 11110100 | 1011011 | 1010100 | 0 | 100 | 11101011 | 1011011 | 110100 |
Color Harmonies of #1528F4
Complementary color
Monochromatic Colors of #1528F4
Black with #1528F4
Text Example
Text Example
White with #1528F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1528F4; }
p { color: rgb(21,40,244); }
H1.HeaderClassName
{
color: #1528F4;
}
.AnyTagClassName
{
color: #1528F4;
}
</style>
background-color css
<style>
a { background-color: #1528F4; }
a { background-color: rgb(21,40,244); }
div.DivClassName
{
background-color: #1528F4;
}
.BgClassName
{
background-color: #1528F4;
}
</style>
border-color css
<style>
span { border-color: #1528F4; }
span { border-color: rgb(21,40,244); }
td.TdClassName
{
border-color: #1528F4;
}
.TagClassName
{
border-color: #1528F4;
}
</style>