Shades of Blue #1002EE
Tints of Blue #1002EE
RGB
CMYK
RGB Variations
Color information
#1002EE (or 0x1002EE) is known color: Blue. HEX triplet: 10, 02 and EE. RGB value is (16,2,238). Sum of RGB (Red+Green+Blue) = 16+2+238=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 238 (93.36% from 255 or 92.97% from 256); Max value from RGB is 238 - color contains mainly: blue. Hex color #1002EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1002EE is #EFFD11. Grayscale: #202020. Windows color (decimal): -15727890 or 15598096. OLE color: 15598096.
HSL color Cylindrical-coordinate representation of color #1002EE: hue angle of 243.56º 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 #1002EE is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 2 | 238 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.07 |
| HSL | 243.56º | 0.98% | 0.47% | - |
| HSV(B) | 243.56º | 0.99% | 0.93% | - |
| XYZ | 15.67 | 6.33 | 81.28 | - |
| YUV | 33.09 | 243.64 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 238 | 0.93 | 0.99 | 0 | 0.07 | 243.56 | 0.98 | 0.47 |
| Hex | 10 | 2 | EE | 5D | 63 | 0 | 7 | F4 | 62 | 2F |
| Octal | 20 | 2 | 356 | 135 | 143 | 0 | 7 | 364 | 142 | 57 |
| Binary | 10000 | 10 | 11101110 | 1011101 | 1100011 | 0 | 111 | 11110100 | 1100010 | 101111 |
Color Harmonies of #1002EE
Complementary color
Monochromatic Colors of #1002EE
Black with #1002EE
Text Example
Text Example
White with #1002EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1002EE; }
p { color: rgb(16,2,238); }
H1.HeaderClassName
{
color: #1002EE;
}
.AnyTagClassName
{
color: #1002EE;
}
</style>
background-color css
<style>
a { background-color: #1002EE; }
a { background-color: rgb(16,2,238); }
div.DivClassName
{
background-color: #1002EE;
}
.BgClassName
{
background-color: #1002EE;
}
</style>
border-color css
<style>
span { border-color: #1002EE; }
span { border-color: rgb(16,2,238); }
td.TdClassName
{
border-color: #1002EE;
}
.TagClassName
{
border-color: #1002EE;
}
</style>