Shades of Medium Blue #1009DF
Tints of Medium Blue #1009DF
RGB
CMYK
RGB Variations
Color information
#1009DF (or 0x1009DF) is known color: Medium Blue. HEX triplet: 10, 09 and DF. RGB value is (16,9,223). Sum of RGB (Red+Green+Blue) = 16+9+223=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 223 (87.5% from 255 or 89.92% from 248); Max value from RGB is 223 - color contains mainly: blue. Hex color #1009DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1009DF is #EFF620. Grayscale: #222222. Windows color (decimal): -15726113 or 14616848. OLE color: 14616848.
HSL color Cylindrical-coordinate representation of color #1009DF: hue angle of 241.96º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1009DF is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 9 | 223 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.13 |
| HSL | 241.96º | 0.92% | 0.45% | - |
| HSV(B) | 241.96º | 0.96% | 0.87% | - |
| XYZ | 13.63 | 5.63 | 70.18 | - |
| YUV | 35.49 | 233.82 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 223 | 0.93 | 0.96 | 0 | 0.13 | 241.96 | 0.92 | 0.45 |
| Hex | 10 | 9 | DF | 5D | 60 | 0 | D | F2 | 5C | 2D |
| Octal | 20 | 11 | 337 | 135 | 140 | 0 | 15 | 362 | 134 | 55 |
| Binary | 10000 | 1001 | 11011111 | 1011101 | 1100000 | 0 | 1101 | 11110010 | 1011100 | 101101 |
Color Harmonies of #1009DF
Complementary color
Monochromatic Colors of #1009DF
Black with #1009DF
Text Example
Text Example
White with #1009DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1009DF; }
p { color: rgb(16,9,223); }
H1.HeaderClassName
{
color: #1009DF;
}
.AnyTagClassName
{
color: #1009DF;
}
</style>
background-color css
<style>
a { background-color: #1009DF; }
a { background-color: rgb(16,9,223); }
div.DivClassName
{
background-color: #1009DF;
}
.BgClassName
{
background-color: #1009DF;
}
</style>
border-color css
<style>
span { border-color: #1009DF; }
span { border-color: rgb(16,9,223); }
td.TdClassName
{
border-color: #1009DF;
}
.TagClassName
{
border-color: #1009DF;
}
</style>