Shades of Medium Blue #1C02DF
Tints of Medium Blue #1C02DF
RGB
CMYK
RGB Variations
Color information
#1C02DF (or 0x1C02DF) is known color: Medium Blue. HEX triplet: 1C, 02 and DF. RGB value is (28,2,223). Sum of RGB (Red+Green+Blue) = 28+2+223=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C02DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C02DF is #E3FD20. Grayscale: #222222. Windows color (decimal): -14941473 or 14615068. OLE color: 14615068.
HSL color Cylindrical-coordinate representation of color #1C02DF: hue angle of 247.06º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C02DF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 2 | 223 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.13 |
| HSL | 247.06º | 0.98% | 0.44% | - |
| HSV(B) | 247.06º | 0.99% | 0.87% | - |
| XYZ | 13.82 | 5.62 | 70.17 | - |
| YUV | 34.97 | 234.11 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 223 | 0.87 | 0.99 | 0 | 0.13 | 247.06 | 0.98 | 0.44 |
| Hex | 1C | 2 | DF | 57 | 63 | 0 | D | F7 | 62 | 2C |
| Octal | 34 | 2 | 337 | 127 | 143 | 0 | 15 | 367 | 142 | 54 |
| Binary | 11100 | 10 | 11011111 | 1010111 | 1100011 | 0 | 1101 | 11110111 | 1100010 | 101100 |
Color Harmonies of #1C02DF
Complementary color
Monochromatic Colors of #1C02DF
Black with #1C02DF
Text Example
Text Example
White with #1C02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C02DF; }
p { color: rgb(28,2,223); }
H1.HeaderClassName
{
color: #1C02DF;
}
.AnyTagClassName
{
color: #1C02DF;
}
</style>
background-color css
<style>
a { background-color: #1C02DF; }
a { background-color: rgb(28,2,223); }
div.DivClassName
{
background-color: #1C02DF;
}
.BgClassName
{
background-color: #1C02DF;
}
</style>
border-color css
<style>
span { border-color: #1C02DF; }
span { border-color: rgb(28,2,223); }
td.TdClassName
{
border-color: #1C02DF;
}
.TagClassName
{
border-color: #1C02DF;
}
</style>