Shades of Medium Blue #1C00D2
Tints of Medium Blue #1C00D2
RGB
CMYK
RGB Variations
Color information
#1C00D2 (or 0x1C00D2) is known color: Medium Blue. HEX triplet: 1C, 00 and D2. RGB value is (28,0,210). Sum of RGB (Red+Green+Blue) = 28+0+210=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 210 (82.42% from 255 or 88.24% from 238); Max value from RGB is 210 - color contains mainly: blue. Hex color #1C00D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00D2 is #E3FF2D. Grayscale: #1F1F1F. Windows color (decimal): -14941998 or 13762588. OLE color: 13762588.
HSL color Cylindrical-coordinate representation of color #1C00D2: hue angle of 248º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C00D2 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 0 | 210 | - |
| CMYK | 0.87 | 1 | 0 | 0.18 |
| HSL | 248º | 1% | 0.41% | - |
| HSV(B) | 248º | 1% | 0.82% | - |
| XYZ | 12.11 | 4.9 | 61.28 | - |
| YUV | 32.31 | 228.28 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 210 | 0.87 | 1 | 0 | 0.18 | 248 | 1 | 0.41 |
| Hex | 1C | 0 | D2 | 57 | 64 | 0 | 12 | F8 | 64 | 29 |
| Octal | 34 | 0 | 322 | 127 | 144 | 0 | 22 | 370 | 144 | 51 |
| Binary | 11100 | 0 | 11010010 | 1010111 | 1100100 | 0 | 10010 | 11111000 | 1100100 | 101001 |
Color Harmonies of #1C00D2
Complementary color
Monochromatic Colors of #1C00D2
Black with #1C00D2
Text Example
Text Example
White with #1C00D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C00D2; }
p { color: rgb(28,0,210); }
H1.HeaderClassName
{
color: #1C00D2;
}
.AnyTagClassName
{
color: #1C00D2;
}
</style>
background-color css
<style>
a { background-color: #1C00D2; }
a { background-color: rgb(28,0,210); }
div.DivClassName
{
background-color: #1C00D2;
}
.BgClassName
{
background-color: #1C00D2;
}
</style>
border-color css
<style>
span { border-color: #1C00D2; }
span { border-color: rgb(28,0,210); }
td.TdClassName
{
border-color: #1C00D2;
}
.TagClassName
{
border-color: #1C00D2;
}
</style>