Shades of Medium Blue #1002DE
Tints of Medium Blue #1002DE
RGB
CMYK
RGB Variations
Color information
#1002DE (or 0x1002DE) is known color: Medium Blue. HEX triplet: 10, 02 and DE. RGB value is (16,2,222). Sum of RGB (Red+Green+Blue) = 16+2+222=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 222 (87.11% from 255 or 92.5% from 240); Max value from RGB is 222 - color contains mainly: blue. Hex color #1002DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002DE is #EFFD21. Grayscale: #1E1E1E. Windows color (decimal): -15727906 or 14549520. OLE color: 14549520.
HSL color Cylindrical-coordinate representation of color #1002DE: hue angle of 243.82º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1002DE is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 2 | 222 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.13 |
| HSL | 243.82º | 0.98% | 0.44% | - |
| HSV(B) | 243.82º | 0.99% | 0.87% | - |
| XYZ | 13.42 | 5.43 | 69.45 | - |
| YUV | 31.27 | 235.64 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 222 | 0.93 | 0.99 | 0 | 0.13 | 243.82 | 0.98 | 0.44 |
| Hex | 10 | 2 | DE | 5D | 63 | 0 | D | F4 | 62 | 2C |
| Octal | 20 | 2 | 336 | 135 | 143 | 0 | 15 | 364 | 142 | 54 |
| Binary | 10000 | 10 | 11011110 | 1011101 | 1100011 | 0 | 1101 | 11110100 | 1100010 | 101100 |
Color Harmonies of #1002DE
Complementary color
Monochromatic Colors of #1002DE
Black with #1002DE
Text Example
Text Example
White with #1002DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1002DE; }
p { color: rgb(16,2,222); }
H1.HeaderClassName
{
color: #1002DE;
}
.AnyTagClassName
{
color: #1002DE;
}
</style>
background-color css
<style>
a { background-color: #1002DE; }
a { background-color: rgb(16,2,222); }
div.DivClassName
{
background-color: #1002DE;
}
.BgClassName
{
background-color: #1002DE;
}
</style>
border-color css
<style>
span { border-color: #1002DE; }
span { border-color: rgb(16,2,222); }
td.TdClassName
{
border-color: #1002DE;
}
.TagClassName
{
border-color: #1002DE;
}
</style>