Shades of Medium Blue #1007DA
Tints of Medium Blue #1007DA
RGB
CMYK
RGB Variations
Color information
#1007DA (or 0x1007DA) is known color: Medium Blue. HEX triplet: 10, 07 and DA. RGB value is (16,7,218). Sum of RGB (Red+Green+Blue) = 16+7+218=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 218 (85.55% from 255 or 90.46% from 241); Max value from RGB is 218 - color contains mainly: blue. Hex color #1007DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1007DA is #EFF825. Grayscale: #202020. Windows color (decimal): -15726630 or 14288656. OLE color: 14288656.
HSL color Cylindrical-coordinate representation of color #1007DA: hue angle of 242.56º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007DA is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 7 | 218 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.15 |
| HSL | 242.56º | 0.94% | 0.44% | - |
| HSV(B) | 242.56º | 0.97% | 0.85% | - |
| XYZ | 12.94 | 5.32 | 66.68 | - |
| YUV | 33.75 | 231.98 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 218 | 0.93 | 0.97 | 0 | 0.15 | 242.56 | 0.94 | 0.44 |
| Hex | 10 | 7 | DA | 5D | 61 | 0 | F | F3 | 5E | 2C |
| Octal | 20 | 7 | 332 | 135 | 141 | 0 | 17 | 363 | 136 | 54 |
| Binary | 10000 | 111 | 11011010 | 1011101 | 1100001 | 0 | 1111 | 11110011 | 1011110 | 101100 |
Color Harmonies of #1007DA
Complementary color
Monochromatic Colors of #1007DA
Black with #1007DA
Text Example
Text Example
White with #1007DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007DA; }
p { color: rgb(16,7,218); }
H1.HeaderClassName
{
color: #1007DA;
}
.AnyTagClassName
{
color: #1007DA;
}
</style>
background-color css
<style>
a { background-color: #1007DA; }
a { background-color: rgb(16,7,218); }
div.DivClassName
{
background-color: #1007DA;
}
.BgClassName
{
background-color: #1007DA;
}
</style>
border-color css
<style>
span { border-color: #1007DA; }
span { border-color: rgb(16,7,218); }
td.TdClassName
{
border-color: #1007DA;
}
.TagClassName
{
border-color: #1007DA;
}
</style>