Shades of Blue #1527FF
Tints of Blue #1527FF
RGB
CMYK
RGB Variations
Color information
#1527FF (or 0x1527FF) is known color: Blue. HEX triplet: 15, 27 and FF. RGB value is (21,39,255). Sum of RGB (Red+Green+Blue) = 21+39+255=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #1527FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1527FF is #EAD800. Grayscale: #393939. Windows color (decimal): -15390721 or 16721685. OLE color: 16721685.
HSL color Cylindrical-coordinate representation of color #1527FF: hue angle of 235.38º 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 #1527FF is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 39 | 255 | - |
| CMYK | 0.92 | 0.85 | 0 | 0 |
| HSL | 235.38º | 1% | 0.54% | - |
| HSV(B) | 235.38º | 0.92% | 1% | - |
| XYZ | 19.08 | 8.83 | 95.31 | - |
| YUV | 58.24 | 239.04 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 255 | 0.92 | 0.85 | 0 | 0 | 235.38 | 1 | 0.54 |
| Hex | 15 | 27 | FF | 5C | 55 | 0 | 0 | EB | 64 | 36 |
| Octal | 25 | 47 | 377 | 134 | 125 | 0 | 0 | 353 | 144 | 66 |
| Binary | 10101 | 100111 | 11111111 | 1011100 | 1010101 | 0 | 0 | 11101011 | 1100100 | 110110 |
Color Harmonies of #1527FF
Complementary color
Monochromatic Colors of #1527FF
Black with #1527FF
Text Example
Text Example
White with #1527FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1527FF; }
p { color: rgb(21,39,255); }
H1.HeaderClassName
{
color: #1527FF;
}
.AnyTagClassName
{
color: #1527FF;
}
</style>
background-color css
<style>
a { background-color: #1527FF; }
a { background-color: rgb(21,39,255); }
div.DivClassName
{
background-color: #1527FF;
}
.BgClassName
{
background-color: #1527FF;
}
</style>
border-color css
<style>
span { border-color: #1527FF; }
span { border-color: rgb(21,39,255); }
td.TdClassName
{
border-color: #1527FF;
}
.TagClassName
{
border-color: #1527FF;
}
</style>