Shades of Blue #1002EC
Tints of Blue #1002EC
RGB
CMYK
RGB Variations
Color information
#1002EC (or 0x1002EC) is known color: Blue. HEX triplet: 10, 02 and EC. RGB value is (16,2,236). Sum of RGB (Red+Green+Blue) = 16+2+236=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 236 (92.58% from 255 or 92.91% from 254); Max value from RGB is 236 - color contains mainly: blue. Hex color #1002EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1002EC is #EFFD13. Grayscale: #1F1F1F. Windows color (decimal): -15727892 or 15467024. OLE color: 15467024.
HSL color Cylindrical-coordinate representation of color #1002EC: hue angle of 243.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1002EC is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 2 | 236 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.07 |
| HSL | 243.59º | 0.98% | 0.47% | - |
| HSV(B) | 243.59º | 0.99% | 0.93% | - |
| XYZ | 15.38 | 6.21 | 79.75 | - |
| YUV | 32.86 | 242.64 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 236 | 0.93 | 0.99 | 0 | 0.07 | 243.59 | 0.98 | 0.47 |
| Hex | 10 | 2 | EC | 5D | 63 | 0 | 7 | F4 | 62 | 2F |
| Octal | 20 | 2 | 354 | 135 | 143 | 0 | 7 | 364 | 142 | 57 |
| Binary | 10000 | 10 | 11101100 | 1011101 | 1100011 | 0 | 111 | 11110100 | 1100010 | 101111 |
Color Harmonies of #1002EC
Complementary color
Monochromatic Colors of #1002EC
Black with #1002EC
Text Example
Text Example
White with #1002EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1002EC; }
p { color: rgb(16,2,236); }
H1.HeaderClassName
{
color: #1002EC;
}
.AnyTagClassName
{
color: #1002EC;
}
</style>
background-color css
<style>
a { background-color: #1002EC; }
a { background-color: rgb(16,2,236); }
div.DivClassName
{
background-color: #1002EC;
}
.BgClassName
{
background-color: #1002EC;
}
</style>
border-color css
<style>
span { border-color: #1002EC; }
span { border-color: rgb(16,2,236); }
td.TdClassName
{
border-color: #1002EC;
}
.TagClassName
{
border-color: #1002EC;
}
</style>