Shades of Blue #1537FD
Tints of Blue #1537FD
RGB
CMYK
RGB Variations
Color information
#1537FD (or 0x1537FD) is known color: Blue. HEX triplet: 15, 37 and FD. RGB value is (21,55,253). Sum of RGB (Red+Green+Blue) = 21+55+253=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #1537FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1537FD is #EAC802. Grayscale: #424242. Windows color (decimal): -15386627 or 16594709. OLE color: 16594709.
HSL color Cylindrical-coordinate representation of color #1537FD: hue angle of 231.21º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1537FD is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 55 | 253 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.01 |
| HSL | 231.21º | 0.98% | 0.54% | - |
| HSV(B) | 231.21º | 0.92% | 0.99% | - |
| XYZ | 19.41 | 9.98 | 93.83 | - |
| YUV | 67.41 | 232.74 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 253 | 0.92 | 0.78 | 0 | 0.01 | 231.21 | 0.98 | 0.54 |
| Hex | 15 | 37 | FD | 5C | 4E | 0 | 1 | E7 | 62 | 36 |
| Octal | 25 | 67 | 375 | 134 | 116 | 0 | 1 | 347 | 142 | 66 |
| Binary | 10101 | 110111 | 11111101 | 1011100 | 1001110 | 0 | 1 | 11100111 | 1100010 | 110110 |
Color Harmonies of #1537FD
Complementary color
Monochromatic Colors of #1537FD
Black with #1537FD
Text Example
Text Example
White with #1537FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1537FD; }
p { color: rgb(21,55,253); }
H1.HeaderClassName
{
color: #1537FD;
}
.AnyTagClassName
{
color: #1537FD;
}
</style>
background-color css
<style>
a { background-color: #1537FD; }
a { background-color: rgb(21,55,253); }
div.DivClassName
{
background-color: #1537FD;
}
.BgClassName
{
background-color: #1537FD;
}
</style>
border-color css
<style>
span { border-color: #1537FD; }
span { border-color: rgb(21,55,253); }
td.TdClassName
{
border-color: #1537FD;
}
.TagClassName
{
border-color: #1537FD;
}
</style>