Shades of Dodger Blue #1C76EC
Tints of Dodger Blue #1C76EC
RGB
CMYK
RGB Variations
Color information
#1C76EC (or 0x1C76EC) is known color: Dodger Blue. HEX triplet: 1C, 76 and EC. RGB value is (28,118,236). Sum of RGB (Red+Green+Blue) = 28+118+236=382 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.33% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C76EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C76EC is #E38913. Grayscale: #676767. Windows color (decimal): -14911764 or 15496732. OLE color: 15496732.
HSL color Cylindrical-coordinate representation of color #1C76EC: hue angle of 214.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C76EC is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 118 | 236 | - |
| CMYK | 0.88 | 0.5 | 0 | 0.07 |
| HSL | 214.04º | 0.85% | 0.52% | - |
| HSV(B) | 214.04º | 0.88% | 0.93% | - |
| XYZ | 22.1 | 19.26 | 81.91 | - |
| YUV | 104.54 | 202.18 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 236 | 0.88 | 0.5 | 0 | 0.07 | 214.04 | 0.85 | 0.52 |
| Hex | 1C | 76 | EC | 58 | 32 | 0 | 7 | D6 | 55 | 34 |
| Octal | 34 | 166 | 354 | 130 | 62 | 0 | 7 | 326 | 125 | 64 |
| Binary | 11100 | 1110110 | 11101100 | 1011000 | 110010 | 0 | 111 | 11010110 | 1010101 | 110100 |
Color Harmonies of #1C76EC
Complementary color
Monochromatic Colors of #1C76EC
Black with #1C76EC
Text Example
Text Example
White with #1C76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C76EC; }
p { color: rgb(28,118,236); }
H1.HeaderClassName
{
color: #1C76EC;
}
.AnyTagClassName
{
color: #1C76EC;
}
</style>
background-color css
<style>
a { background-color: #1C76EC; }
a { background-color: rgb(28,118,236); }
div.DivClassName
{
background-color: #1C76EC;
}
.BgClassName
{
background-color: #1C76EC;
}
</style>
border-color css
<style>
span { border-color: #1C76EC; }
span { border-color: rgb(28,118,236); }
td.TdClassName
{
border-color: #1C76EC;
}
.TagClassName
{
border-color: #1C76EC;
}
</style>