Shades of Blue #1504FD
Tints of Blue #1504FD
RGB
CMYK
RGB Variations
Color information
#1504FD (or 0x1504FD) is known color: Blue. HEX triplet: 15, 04 and FD. RGB value is (21,4,253). Sum of RGB (Red+Green+Blue) = 21+4+253=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 253 (99.22% from 255 or 91.01% from 278); Max value from RGB is 253 - color contains mainly: blue. Hex color #1504FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1504FD is #EAFB02. Grayscale: #242424. Windows color (decimal): -15399683 or 16581653. OLE color: 16581653.
HSL color Cylindrical-coordinate representation of color #1504FD: hue angle of 244.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1504FD is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 4 | 253 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.01 |
| HSL | 244.1º | 0.98% | 0.5% | - |
| HSV(B) | 244.1º | 0.98% | 0.99% | - |
| XYZ | 18.08 | 7.34 | 93.39 | - |
| YUV | 37.47 | 249.63 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 253 | 0.92 | 0.98 | 0 | 0.01 | 244.1 | 0.98 | 0.5 |
| Hex | 15 | 4 | FD | 5C | 62 | 0 | 1 | F4 | 62 | 32 |
| Octal | 25 | 4 | 375 | 134 | 142 | 0 | 1 | 364 | 142 | 62 |
| Binary | 10101 | 100 | 11111101 | 1011100 | 1100010 | 0 | 1 | 11110100 | 1100010 | 110010 |
Color Harmonies of #1504FD
Complementary color
Monochromatic Colors of #1504FD
Black with #1504FD
Text Example
Text Example
White with #1504FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1504FD; }
p { color: rgb(21,4,253); }
H1.HeaderClassName
{
color: #1504FD;
}
.AnyTagClassName
{
color: #1504FD;
}
</style>
background-color css
<style>
a { background-color: #1504FD; }
a { background-color: rgb(21,4,253); }
div.DivClassName
{
background-color: #1504FD;
}
.BgClassName
{
background-color: #1504FD;
}
</style>
border-color css
<style>
span { border-color: #1504FD; }
span { border-color: rgb(21,4,253); }
td.TdClassName
{
border-color: #1504FD;
}
.TagClassName
{
border-color: #1504FD;
}
</style>