Shades of Blue #1520FB
Tints of Blue #1520FB
RGB
CMYK
RGB Variations
Color information
#1520FB (or 0x1520FB) is known color: Blue. HEX triplet: 15, 20 and FB. RGB value is (21,32,251). Sum of RGB (Red+Green+Blue) = 21+32+251=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #1520FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1520FB is #EADF04. Grayscale: #343434. Windows color (decimal): -15392517 or 16457749. OLE color: 16457749.
HSL color Cylindrical-coordinate representation of color #1520FB: hue angle of 237.13º degrees, saturation: 0.97, 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 #1520FB is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 32 | 251 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.02 |
| HSL | 237.13º | 0.97% | 0.53% | - |
| HSV(B) | 237.13º | 0.92% | 0.98% | - |
| XYZ | 18.24 | 8.16 | 91.88 | - |
| YUV | 53.68 | 239.36 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 251 | 0.92 | 0.87 | 0 | 0.02 | 237.13 | 0.97 | 0.53 |
| Hex | 15 | 20 | FB | 5C | 57 | 0 | 2 | ED | 61 | 35 |
| Octal | 25 | 40 | 373 | 134 | 127 | 0 | 2 | 355 | 141 | 65 |
| Binary | 10101 | 100000 | 11111011 | 1011100 | 1010111 | 0 | 10 | 11101101 | 1100001 | 110101 |
Color Harmonies of #1520FB
Complementary color
Monochromatic Colors of #1520FB
Black with #1520FB
Text Example
Text Example
White with #1520FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1520FB; }
p { color: rgb(21,32,251); }
H1.HeaderClassName
{
color: #1520FB;
}
.AnyTagClassName
{
color: #1520FB;
}
</style>
background-color css
<style>
a { background-color: #1520FB; }
a { background-color: rgb(21,32,251); }
div.DivClassName
{
background-color: #1520FB;
}
.BgClassName
{
background-color: #1520FB;
}
</style>
border-color css
<style>
span { border-color: #1520FB; }
span { border-color: rgb(21,32,251); }
td.TdClassName
{
border-color: #1520FB;
}
.TagClassName
{
border-color: #1520FB;
}
</style>