Shades of Blue #1530FF
Tints of Blue #1530FF
RGB
CMYK
RGB Variations
Color information
#1530FF (or 0x1530FF) is known color: Blue. HEX triplet: 15, 30 and FF. RGB value is (21,48,255). Sum of RGB (Red+Green+Blue) = 21+48+255=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #1530FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1530FF is #EACF00. Grayscale: #3E3E3E. Windows color (decimal): -15388417 or 16723989. OLE color: 16723989.
HSL color Cylindrical-coordinate representation of color #1530FF: hue angle of 233.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1530FF is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 48 | 255 | - |
| CMYK | 0.92 | 0.81 | 0 | 0 |
| HSL | 233.08º | 1% | 0.54% | - |
| HSV(B) | 233.08º | 0.92% | 1% | - |
| XYZ | 19.42 | 9.49 | 95.42 | - |
| YUV | 63.53 | 236.05 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 255 | 0.92 | 0.81 | 0 | 0 | 233.08 | 1 | 0.54 |
| Hex | 15 | 30 | FF | 5C | 51 | 0 | 0 | E9 | 64 | 36 |
| Octal | 25 | 60 | 377 | 134 | 121 | 0 | 0 | 351 | 144 | 66 |
| Binary | 10101 | 110000 | 11111111 | 1011100 | 1010001 | 0 | 0 | 11101001 | 1100100 | 110110 |
Color Harmonies of #1530FF
Complementary color
Monochromatic Colors of #1530FF
Black with #1530FF
Text Example
Text Example
White with #1530FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1530FF; }
p { color: rgb(21,48,255); }
H1.HeaderClassName
{
color: #1530FF;
}
.AnyTagClassName
{
color: #1530FF;
}
</style>
background-color css
<style>
a { background-color: #1530FF; }
a { background-color: rgb(21,48,255); }
div.DivClassName
{
background-color: #1530FF;
}
.BgClassName
{
background-color: #1530FF;
}
</style>
border-color css
<style>
span { border-color: #1530FF; }
span { border-color: rgb(21,48,255); }
td.TdClassName
{
border-color: #1530FF;
}
.TagClassName
{
border-color: #1530FF;
}
</style>