Shades of Blue #1527EB
Tints of Blue #1527EB
RGB
CMYK
RGB Variations
Color information
#1527EB (or 0x1527EB) is known color: Blue. HEX triplet: 15, 27 and EB. RGB value is (21,39,235). Sum of RGB (Red+Green+Blue) = 21+39+235=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #1527EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1527EB is #EAD814. Grayscale: #373737. Windows color (decimal): -15390741 or 15410965. OLE color: 15410965.
HSL color Cylindrical-coordinate representation of color #1527EB: hue angle of 234.95º 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 #1527EB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 39 | 235 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.08 |
| HSL | 234.95º | 0.84% | 0.5% | - |
| HSV(B) | 234.95º | 0.91% | 0.92% | - |
| XYZ | 16.03 | 7.61 | 79.22 | - |
| YUV | 55.96 | 229.04 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 235 | 0.91 | 0.83 | 0 | 0.08 | 234.95 | 0.84 | 0.5 |
| Hex | 15 | 27 | EB | 5B | 53 | 0 | 8 | EB | 54 | 32 |
| Octal | 25 | 47 | 353 | 133 | 123 | 0 | 10 | 353 | 124 | 62 |
| Binary | 10101 | 100111 | 11101011 | 1011011 | 1010011 | 0 | 1000 | 11101011 | 1010100 | 110010 |
Color Harmonies of #1527EB
Complementary color
Monochromatic Colors of #1527EB
Black with #1527EB
Text Example
Text Example
White with #1527EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1527EB; }
p { color: rgb(21,39,235); }
H1.HeaderClassName
{
color: #1527EB;
}
.AnyTagClassName
{
color: #1527EB;
}
</style>
background-color css
<style>
a { background-color: #1527EB; }
a { background-color: rgb(21,39,235); }
div.DivClassName
{
background-color: #1527EB;
}
.BgClassName
{
background-color: #1527EB;
}
</style>
border-color css
<style>
span { border-color: #1527EB; }
span { border-color: rgb(21,39,235); }
td.TdClassName
{
border-color: #1527EB;
}
.TagClassName
{
border-color: #1527EB;
}
</style>