Shades of Blue #1502FC
Tints of Blue #1502FC
RGB
CMYK
RGB Variations
Color information
#1502FC (or 0x1502FC) is known color: Blue. HEX triplet: 15, 02 and FC. RGB value is (21,2,252). Sum of RGB (Red+Green+Blue) = 21+2+252=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 252 (98.83% from 255 or 91.64% from 275); Max value from RGB is 252 - color contains mainly: blue. Hex color #1502FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1502FC is #EAFD03. Grayscale: #232323. Windows color (decimal): -15400196 or 16515605. OLE color: 16515605.
HSL color Cylindrical-coordinate representation of color #1502FC: hue angle of 244.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502FC is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 2 | 252 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.01 |
| HSL | 244.56º | 0.98% | 0.5% | - |
| HSV(B) | 244.56º | 0.99% | 0.99% | - |
| XYZ | 17.9 | 7.23 | 92.55 | - |
| YUV | 36.18 | 249.79 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 252 | 0.92 | 0.99 | 0 | 0.01 | 244.56 | 0.98 | 0.5 |
| Hex | 15 | 2 | FC | 5C | 63 | 0 | 1 | F5 | 62 | 32 |
| Octal | 25 | 2 | 374 | 134 | 143 | 0 | 1 | 365 | 142 | 62 |
| Binary | 10101 | 10 | 11111100 | 1011100 | 1100011 | 0 | 1 | 11110101 | 1100010 | 110010 |
Color Harmonies of #1502FC
Complementary color
Monochromatic Colors of #1502FC
Black with #1502FC
Text Example
Text Example
White with #1502FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502FC; }
p { color: rgb(21,2,252); }
H1.HeaderClassName
{
color: #1502FC;
}
.AnyTagClassName
{
color: #1502FC;
}
</style>
background-color css
<style>
a { background-color: #1502FC; }
a { background-color: rgb(21,2,252); }
div.DivClassName
{
background-color: #1502FC;
}
.BgClassName
{
background-color: #1502FC;
}
</style>
border-color css
<style>
span { border-color: #1502FC; }
span { border-color: rgb(21,2,252); }
td.TdClassName
{
border-color: #1502FC;
}
.TagClassName
{
border-color: #1502FC;
}
</style>