Shades of Medium Blue #1C10DF
Tints of Medium Blue #1C10DF
RGB
CMYK
RGB Variations
Color information
#1C10DF (or 0x1C10DF) is known color: Medium Blue. HEX triplet: 1C, 10 and DF. RGB value is (28,16,223). Sum of RGB (Red+Green+Blue) = 28+16+223=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C10DF is #E3EF20. Grayscale: #2A2A2A. Windows color (decimal): -14937889 or 14618652. OLE color: 14618652.
HSL color Cylindrical-coordinate representation of color #1C10DF: hue angle of 243.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C10DF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 16 | 223 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.13 |
| HSL | 243.48º | 0.87% | 0.47% | - |
| HSV(B) | 243.48º | 0.93% | 0.87% | - |
| XYZ | 13.98 | 5.95 | 70.22 | - |
| YUV | 43.19 | 229.48 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 223 | 0.87 | 0.93 | 0 | 0.13 | 243.48 | 0.87 | 0.47 |
| Hex | 1C | 10 | DF | 57 | 5D | 0 | D | F3 | 57 | 2F |
| Octal | 34 | 20 | 337 | 127 | 135 | 0 | 15 | 363 | 127 | 57 |
| Binary | 11100 | 10000 | 11011111 | 1010111 | 1011101 | 0 | 1101 | 11110011 | 1010111 | 101111 |
Color Harmonies of #1C10DF
Complementary color
Monochromatic Colors of #1C10DF
Black with #1C10DF
Text Example
Text Example
White with #1C10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C10DF; }
p { color: rgb(28,16,223); }
H1.HeaderClassName
{
color: #1C10DF;
}
.AnyTagClassName
{
color: #1C10DF;
}
</style>
background-color css
<style>
a { background-color: #1C10DF; }
a { background-color: rgb(28,16,223); }
div.DivClassName
{
background-color: #1C10DF;
}
.BgClassName
{
background-color: #1C10DF;
}
</style>
border-color css
<style>
span { border-color: #1C10DF; }
span { border-color: rgb(28,16,223); }
td.TdClassName
{
border-color: #1C10DF;
}
.TagClassName
{
border-color: #1C10DF;
}
</style>