Shades of Blue #1523EA
Tints of Blue #1523EA
RGB
CMYK
RGB Variations
Color information
#1523EA (or 0x1523EA) is known color: Blue. HEX triplet: 15, 23 and EA. RGB value is (21,35,234). Sum of RGB (Red+Green+Blue) = 21+35+234=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #1523EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1523EA is #EADC15. Grayscale: #343434. Windows color (decimal): -15391766 or 15344405. OLE color: 15344405.
HSL color Cylindrical-coordinate representation of color #1523EA: hue angle of 236.06º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1523EA is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 35 | 234 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.08 |
| HSL | 236.06º | 0.84% | 0.5% | - |
| HSV(B) | 236.06º | 0.91% | 0.92% | - |
| XYZ | 15.76 | 7.3 | 78.42 | - |
| YUV | 53.5 | 229.86 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 234 | 0.91 | 0.85 | 0 | 0.08 | 236.06 | 0.84 | 0.5 |
| Hex | 15 | 23 | EA | 5B | 55 | 0 | 8 | EC | 54 | 32 |
| Octal | 25 | 43 | 352 | 133 | 125 | 0 | 10 | 354 | 124 | 62 |
| Binary | 10101 | 100011 | 11101010 | 1011011 | 1010101 | 0 | 1000 | 11101100 | 1010100 | 110010 |
Color Harmonies of #1523EA
Complementary color
Monochromatic Colors of #1523EA
Black with #1523EA
Text Example
Text Example
White with #1523EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1523EA; }
p { color: rgb(21,35,234); }
H1.HeaderClassName
{
color: #1523EA;
}
.AnyTagClassName
{
color: #1523EA;
}
</style>
background-color css
<style>
a { background-color: #1523EA; }
a { background-color: rgb(21,35,234); }
div.DivClassName
{
background-color: #1523EA;
}
.BgClassName
{
background-color: #1523EA;
}
</style>
border-color css
<style>
span { border-color: #1523EA; }
span { border-color: rgb(21,35,234); }
td.TdClassName
{
border-color: #1523EA;
}
.TagClassName
{
border-color: #1523EA;
}
</style>