Shades of Blue #1502FF
Tints of Blue #1502FF
RGB
CMYK
RGB Variations
Color information
#1502FF (or 0x1502FF) is known color: Blue. HEX triplet: 15, 02 and FF. RGB value is (21,2,255). Sum of RGB (Red+Green+Blue) = 21+2+255=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 255 (100% from 255 or 91.73% from 278); Max value from RGB is 255 - color contains mainly: blue. Hex color #1502FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1502FF is #EAFD00. Grayscale: #232323. Windows color (decimal): -15400193 or 16712213. OLE color: 16712213.
HSL color Cylindrical-coordinate representation of color #1502FF: hue angle of 244.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502FF is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 2 | 255 | - |
| CMYK | 0.92 | 0.99 | 0 | 0 |
| HSL | 244.51º | 1% | 0.5% | - |
| HSV(B) | 244.51º | 0.99% | 1% | - |
| XYZ | 18.38 | 7.42 | 95.07 | - |
| YUV | 36.52 | 251.29 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 255 | 0.92 | 0.99 | 0 | 0 | 244.51 | 1 | 0.5 |
| Hex | 15 | 2 | FF | 5C | 63 | 0 | 0 | F5 | 64 | 32 |
| Octal | 25 | 2 | 377 | 134 | 143 | 0 | 0 | 365 | 144 | 62 |
| Binary | 10101 | 10 | 11111111 | 1011100 | 1100011 | 0 | 0 | 11110101 | 1100100 | 110010 |
Color Harmonies of #1502FF
Complementary color
Monochromatic Colors of #1502FF
Black with #1502FF
Text Example
Text Example
White with #1502FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502FF; }
p { color: rgb(21,2,255); }
H1.HeaderClassName
{
color: #1502FF;
}
.AnyTagClassName
{
color: #1502FF;
}
</style>
background-color css
<style>
a { background-color: #1502FF; }
a { background-color: rgb(21,2,255); }
div.DivClassName
{
background-color: #1502FF;
}
.BgClassName
{
background-color: #1502FF;
}
</style>
border-color css
<style>
span { border-color: #1502FF; }
span { border-color: rgb(21,2,255); }
td.TdClassName
{
border-color: #1502FF;
}
.TagClassName
{
border-color: #1502FF;
}
</style>