Shades of Blue #1523FF
Tints of Blue #1523FF
RGB
CMYK
RGB Variations
Color information
#1523FF (or 0x1523FF) is known color: Blue. HEX triplet: 15, 23 and FF. RGB value is (21,35,255). Sum of RGB (Red+Green+Blue) = 21+35+255=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #1523FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1523FF is #EADC00. Grayscale: #373737. Windows color (decimal): -15391745 or 16720661. OLE color: 16720661.
HSL color Cylindrical-coordinate representation of color #1523FF: hue angle of 236.41º 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 #1523FF is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 35 | 255 | - |
| CMYK | 0.92 | 0.86 | 0 | 0 |
| HSL | 236.41º | 1% | 0.54% | - |
| HSV(B) | 236.41º | 0.92% | 1% | - |
| XYZ | 18.96 | 8.58 | 95.26 | - |
| YUV | 55.89 | 240.36 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 255 | 0.92 | 0.86 | 0 | 0 | 236.41 | 1 | 0.54 |
| Hex | 15 | 23 | FF | 5C | 56 | 0 | 0 | EC | 64 | 36 |
| Octal | 25 | 43 | 377 | 134 | 126 | 0 | 0 | 354 | 144 | 66 |
| Binary | 10101 | 100011 | 11111111 | 1011100 | 1010110 | 0 | 0 | 11101100 | 1100100 | 110110 |
Color Harmonies of #1523FF
Complementary color
Monochromatic Colors of #1523FF
Black with #1523FF
Text Example
Text Example
White with #1523FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1523FF; }
p { color: rgb(21,35,255); }
H1.HeaderClassName
{
color: #1523FF;
}
.AnyTagClassName
{
color: #1523FF;
}
</style>
background-color css
<style>
a { background-color: #1523FF; }
a { background-color: rgb(21,35,255); }
div.DivClassName
{
background-color: #1523FF;
}
.BgClassName
{
background-color: #1523FF;
}
</style>
border-color css
<style>
span { border-color: #1523FF; }
span { border-color: rgb(21,35,255); }
td.TdClassName
{
border-color: #1523FF;
}
.TagClassName
{
border-color: #1523FF;
}
</style>