Shades of Medium Blue #1C05CF
Tints of Medium Blue #1C05CF
RGB
CMYK
RGB Variations
Color information
#1C05CF (or 0x1C05CF) is known color: Medium Blue. HEX triplet: 1C, 05 and CF. RGB value is (28,5,207). Sum of RGB (Red+Green+Blue) = 28+5+207=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C05CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C05CF is #E3FA30. Grayscale: #222222. Windows color (decimal): -14940721 or 13567260. OLE color: 13567260.
HSL color Cylindrical-coordinate representation of color #1C05CF: hue angle of 246.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C05CF is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 5 | 207 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.19 |
| HSL | 246.83º | 0.95% | 0.42% | - |
| HSV(B) | 246.83º | 0.98% | 0.81% | - |
| XYZ | 11.8 | 4.86 | 59.35 | - |
| YUV | 34.91 | 225.12 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 5 | 207 | 0.86 | 0.98 | 0 | 0.19 | 246.83 | 0.95 | 0.42 |
| Hex | 1C | 5 | CF | 56 | 62 | 0 | 13 | F7 | 5F | 2A |
| Octal | 34 | 5 | 317 | 126 | 142 | 0 | 23 | 367 | 137 | 52 |
| Binary | 11100 | 101 | 11001111 | 1010110 | 1100010 | 0 | 10011 | 11110111 | 1011111 | 101010 |
Color Harmonies of #1C05CF
Complementary color
Monochromatic Colors of #1C05CF
Black with #1C05CF
Text Example
Text Example
White with #1C05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C05CF; }
p { color: rgb(28,5,207); }
H1.HeaderClassName
{
color: #1C05CF;
}
.AnyTagClassName
{
color: #1C05CF;
}
</style>
background-color css
<style>
a { background-color: #1C05CF; }
a { background-color: rgb(28,5,207); }
div.DivClassName
{
background-color: #1C05CF;
}
.BgClassName
{
background-color: #1C05CF;
}
</style>
border-color css
<style>
span { border-color: #1C05CF; }
span { border-color: rgb(28,5,207); }
td.TdClassName
{
border-color: #1C05CF;
}
.TagClassName
{
border-color: #1C05CF;
}
</style>