Shades of Medium Blue #1C00DF
Tints of Medium Blue #1C00DF
RGB
CMYK
RGB Variations
Color information
#1C00DF (or 0x1C00DF) is known color: Medium Blue. HEX triplet: 1C, 00 and DF. RGB value is (28,0,223). Sum of RGB (Red+Green+Blue) = 28+0+223=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C00DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00DF is #E3FF20. Grayscale: #202020. Windows color (decimal): -14941985 or 14614556. OLE color: 14614556.
HSL color Cylindrical-coordinate representation of color #1C00DF: hue angle of 247.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C00DF is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 0 | 223 | - |
| CMYK | 0.87 | 1 | 0 | 0.13 |
| HSL | 247.53º | 1% | 0.44% | - |
| HSV(B) | 247.53º | 1% | 0.87% | - |
| XYZ | 13.8 | 5.57 | 70.16 | - |
| YUV | 33.79 | 234.78 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 223 | 0.87 | 1 | 0 | 0.13 | 247.53 | 1 | 0.44 |
| Hex | 1C | 0 | DF | 57 | 64 | 0 | D | F8 | 64 | 2C |
| Octal | 34 | 0 | 337 | 127 | 144 | 0 | 15 | 370 | 144 | 54 |
| Binary | 11100 | 0 | 11011111 | 1010111 | 1100100 | 0 | 1101 | 11111000 | 1100100 | 101100 |
Color Harmonies of #1C00DF
Complementary color
Monochromatic Colors of #1C00DF
Black with #1C00DF
Text Example
Text Example
White with #1C00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C00DF; }
p { color: rgb(28,0,223); }
H1.HeaderClassName
{
color: #1C00DF;
}
.AnyTagClassName
{
color: #1C00DF;
}
</style>
background-color css
<style>
a { background-color: #1C00DF; }
a { background-color: rgb(28,0,223); }
div.DivClassName
{
background-color: #1C00DF;
}
.BgClassName
{
background-color: #1C00DF;
}
</style>
border-color css
<style>
span { border-color: #1C00DF; }
span { border-color: rgb(28,0,223); }
td.TdClassName
{
border-color: #1C00DF;
}
.TagClassName
{
border-color: #1C00DF;
}
</style>