Shades of Blue #1529EF
Tints of Blue #1529EF
RGB
CMYK
RGB Variations
Color information
#1529EF (or 0x1529EF) is known color: Blue. HEX triplet: 15, 29 and EF. RGB value is (21,41,239). Sum of RGB (Red+Green+Blue) = 21+41+239=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #1529EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1529EF is #EAD610. Grayscale: #383838. Windows color (decimal): -15390225 or 15673621. OLE color: 15673621.
HSL color Cylindrical-coordinate representation of color #1529EF: hue angle of 234.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1529EF is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 41 | 239 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.06 |
| HSL | 234.5º | 0.87% | 0.51% | - |
| HSV(B) | 234.5º | 0.91% | 0.94% | - |
| XYZ | 16.68 | 7.98 | 82.32 | - |
| YUV | 57.59 | 230.37 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 239 | 0.91 | 0.83 | 0 | 0.06 | 234.5 | 0.87 | 0.51 |
| Hex | 15 | 29 | EF | 5B | 53 | 0 | 6 | EA | 57 | 33 |
| Octal | 25 | 51 | 357 | 133 | 123 | 0 | 6 | 352 | 127 | 63 |
| Binary | 10101 | 101001 | 11101111 | 1011011 | 1010011 | 0 | 110 | 11101010 | 1010111 | 110011 |
Color Harmonies of #1529EF
Complementary color
Monochromatic Colors of #1529EF
Black with #1529EF
Text Example
Text Example
White with #1529EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1529EF; }
p { color: rgb(21,41,239); }
H1.HeaderClassName
{
color: #1529EF;
}
.AnyTagClassName
{
color: #1529EF;
}
</style>
background-color css
<style>
a { background-color: #1529EF; }
a { background-color: rgb(21,41,239); }
div.DivClassName
{
background-color: #1529EF;
}
.BgClassName
{
background-color: #1529EF;
}
</style>
border-color css
<style>
span { border-color: #1529EF; }
span { border-color: rgb(21,41,239); }
td.TdClassName
{
border-color: #1529EF;
}
.TagClassName
{
border-color: #1529EF;
}
</style>