Shades of Blue #1530F9
Tints of Blue #1530F9
RGB
CMYK
RGB Variations
Color information
#1530F9 (or 0x1530F9) is known color: Blue. HEX triplet: 15, 30 and F9. RGB value is (21,48,249). Sum of RGB (Red+Green+Blue) = 21+48+249=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 249 (97.66% from 255 or 78.30% from 318); Max value from RGB is 249 - color contains mainly: blue. Hex color #1530F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1530F9 is #EACF06. Grayscale: #3E3E3E. Windows color (decimal): -15388423 or 16330773. OLE color: 16330773.
HSL color Cylindrical-coordinate representation of color #1530F9: hue angle of 232.89º 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 #1530F9 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 48 | 249 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.02 |
| HSL | 232.89º | 0.95% | 0.53% | - |
| HSV(B) | 232.89º | 0.92% | 0.98% | - |
| XYZ | 18.47 | 9.11 | 90.41 | - |
| YUV | 62.84 | 233.05 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 249 | 0.92 | 0.81 | 0 | 0.02 | 232.89 | 0.95 | 0.53 |
| Hex | 15 | 30 | F9 | 5C | 51 | 0 | 2 | E9 | 5F | 35 |
| Octal | 25 | 60 | 371 | 134 | 121 | 0 | 2 | 351 | 137 | 65 |
| Binary | 10101 | 110000 | 11111001 | 1011100 | 1010001 | 0 | 10 | 11101001 | 1011111 | 110101 |
Color Harmonies of #1530F9
Complementary color
Monochromatic Colors of #1530F9
Black with #1530F9
Text Example
Text Example
White with #1530F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1530F9; }
p { color: rgb(21,48,249); }
H1.HeaderClassName
{
color: #1530F9;
}
.AnyTagClassName
{
color: #1530F9;
}
</style>
background-color css
<style>
a { background-color: #1530F9; }
a { background-color: rgb(21,48,249); }
div.DivClassName
{
background-color: #1530F9;
}
.BgClassName
{
background-color: #1530F9;
}
</style>
border-color css
<style>
span { border-color: #1530F9; }
span { border-color: rgb(21,48,249); }
td.TdClassName
{
border-color: #1530F9;
}
.TagClassName
{
border-color: #1530F9;
}
</style>