Shades of Blue #1002FF
Tints of Blue #1002FF
RGB
CMYK
RGB Variations
Color information
#1002FF (or 0x1002FF) is known color: Blue. HEX triplet: 10, 02 and FF. RGB value is (16,2,255). Sum of RGB (Red+Green+Blue) = 16+2+255=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #1002FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1002FF is #EFFD00. Grayscale: #222222. Windows color (decimal): -15727873 or 16712208. OLE color: 16712208.
HSL color Cylindrical-coordinate representation of color #1002FF: hue angle of 243.32º 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 #1002FF is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 2 | 255 | - |
| CMYK | 0.94 | 0.99 | 0 | 0 |
| HSL | 243.32º | 1% | 0.5% | - |
| HSV(B) | 243.32º | 0.99% | 1% | - |
| XYZ | 18.29 | 7.37 | 95.07 | - |
| YUV | 35.03 | 252.14 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 255 | 0.94 | 0.99 | 0 | 0 | 243.32 | 1 | 0.5 |
| Hex | 10 | 2 | FF | 5E | 63 | 0 | 0 | F3 | 64 | 32 |
| Octal | 20 | 2 | 377 | 136 | 143 | 0 | 0 | 363 | 144 | 62 |
| Binary | 10000 | 10 | 11111111 | 1011110 | 1100011 | 0 | 0 | 11110011 | 1100100 | 110010 |
Color Harmonies of #1002FF
Complementary color
Monochromatic Colors of #1002FF
Black with #1002FF
Text Example
Text Example
White with #1002FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1002FF; }
p { color: rgb(16,2,255); }
H1.HeaderClassName
{
color: #1002FF;
}
.AnyTagClassName
{
color: #1002FF;
}
</style>
background-color css
<style>
a { background-color: #1002FF; }
a { background-color: rgb(16,2,255); }
div.DivClassName
{
background-color: #1002FF;
}
.BgClassName
{
background-color: #1002FF;
}
</style>
border-color css
<style>
span { border-color: #1002FF; }
span { border-color: rgb(16,2,255); }
td.TdClassName
{
border-color: #1002FF;
}
.TagClassName
{
border-color: #1002FF;
}
</style>