Shades of Medium Blue #1C07CD
Tints of Medium Blue #1C07CD
RGB
CMYK
RGB Variations
Color information
#1C07CD (or 0x1C07CD) is known color: Medium Blue. HEX triplet: 1C, 07 and CD. RGB value is (28,7,205). Sum of RGB (Red+Green+Blue) = 28+7+205=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C07CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C07CD is #E3F832. Grayscale: #232323. Windows color (decimal): -14940211 or 13436700. OLE color: 13436700.
HSL color Cylindrical-coordinate representation of color #1C07CD: hue angle of 246.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C07CD is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 7 | 205 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.20 |
| HSL | 246.36º | 0.93% | 0.42% | - |
| HSV(B) | 246.36º | 0.97% | 0.8% | - |
| XYZ | 11.57 | 4.81 | 58.08 | - |
| YUV | 35.85 | 223.46 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 205 | 0.86 | 0.97 | 0 | 0.20 | 246.36 | 0.93 | 0.42 |
| Hex | 1C | 7 | CD | 56 | 61 | 0 | 14 | F6 | 5D | 2A |
| Octal | 34 | 7 | 315 | 126 | 141 | 0 | 24 | 366 | 135 | 52 |
| Binary | 11100 | 111 | 11001101 | 1010110 | 1100001 | 0 | 10100 | 11110110 | 1011101 | 101010 |
Color Harmonies of #1C07CD
Complementary color
Monochromatic Colors of #1C07CD
Black with #1C07CD
Text Example
Text Example
White with #1C07CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C07CD; }
p { color: rgb(28,7,205); }
H1.HeaderClassName
{
color: #1C07CD;
}
.AnyTagClassName
{
color: #1C07CD;
}
</style>
background-color css
<style>
a { background-color: #1C07CD; }
a { background-color: rgb(28,7,205); }
div.DivClassName
{
background-color: #1C07CD;
}
.BgClassName
{
background-color: #1C07CD;
}
</style>
border-color css
<style>
span { border-color: #1C07CD; }
span { border-color: rgb(28,7,205); }
td.TdClassName
{
border-color: #1C07CD;
}
.TagClassName
{
border-color: #1C07CD;
}
</style>