Shades of Medium Blue #1C10BD
Tints of Medium Blue #1C10BD
RGB
CMYK
RGB Variations
Color information
#1C10BD (or 0x1C10BD) is known color: Medium Blue. HEX triplet: 1C, 10 and BD. RGB value is (28,16,189). Sum of RGB (Red+Green+Blue) = 28+16+189=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C10BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C10BD is #E3EF42. Grayscale: #262626. Windows color (decimal): -14937923 or 12390428. OLE color: 12390428.
HSL color Cylindrical-coordinate representation of color #1C10BD: hue angle of 244.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C10BD is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 16 | 189 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.26 |
| HSL | 244.16º | 0.84% | 0.4% | - |
| HSV(B) | 244.16º | 0.92% | 0.74% | - |
| XYZ | 9.85 | 4.29 | 48.45 | - |
| YUV | 39.31 | 212.48 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 189 | 0.85 | 0.92 | 0 | 0.26 | 244.16 | 0.84 | 0.4 |
| Hex | 1C | 10 | BD | 55 | 5C | 0 | 1A | F4 | 54 | 28 |
| Octal | 34 | 20 | 275 | 125 | 134 | 0 | 32 | 364 | 124 | 50 |
| Binary | 11100 | 10000 | 10111101 | 1010101 | 1011100 | 0 | 11010 | 11110100 | 1010100 | 101000 |
Color Harmonies of #1C10BD
Complementary color
Monochromatic Colors of #1C10BD
Black with #1C10BD
Text Example
Text Example
White with #1C10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C10BD; }
p { color: rgb(28,16,189); }
H1.HeaderClassName
{
color: #1C10BD;
}
.AnyTagClassName
{
color: #1C10BD;
}
</style>
background-color css
<style>
a { background-color: #1C10BD; }
a { background-color: rgb(28,16,189); }
div.DivClassName
{
background-color: #1C10BD;
}
.BgClassName
{
background-color: #1C10BD;
}
</style>
border-color css
<style>
span { border-color: #1C10BD; }
span { border-color: rgb(28,16,189); }
td.TdClassName
{
border-color: #1C10BD;
}
.TagClassName
{
border-color: #1C10BD;
}
</style>