Shades of Dodger Blue #1C76FF
Tints of Dodger Blue #1C76FF
RGB
CMYK
RGB Variations
Color information
#1C76FF (or 0x1C76FF) is known color: Dodger Blue. HEX triplet: 1C, 76 and FF. RGB value is (28,118,255). Sum of RGB (Red+Green+Blue) = 28+118+255=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C76FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C76FF is #E38900. Grayscale: #6A6A6A. Windows color (decimal): -14911745 or 16741916. OLE color: 16741916.
HSL color Cylindrical-coordinate representation of color #1C76FF: hue angle of 216.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C76FF is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 118 | 255 | - |
| CMYK | 0.89 | 0.54 | 0 | 0 |
| HSL | 216.21º | 1% | 0.55% | - |
| HSV(B) | 216.21º | 0.89% | 1% | - |
| XYZ | 25.01 | 20.42 | 97.23 | - |
| YUV | 106.71 | 211.68 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 255 | 0.89 | 0.54 | 0 | 0 | 216.21 | 1 | 0.55 |
| Hex | 1C | 76 | FF | 59 | 36 | 0 | 0 | D8 | 64 | 37 |
| Octal | 34 | 166 | 377 | 131 | 66 | 0 | 0 | 330 | 144 | 67 |
| Binary | 11100 | 1110110 | 11111111 | 1011001 | 110110 | 0 | 0 | 11011000 | 1100100 | 110111 |
Color Harmonies of #1C76FF
Complementary color
Monochromatic Colors of #1C76FF
Black with #1C76FF
Text Example
Text Example
White with #1C76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C76FF; }
p { color: rgb(28,118,255); }
H1.HeaderClassName
{
color: #1C76FF;
}
.AnyTagClassName
{
color: #1C76FF;
}
</style>
background-color css
<style>
a { background-color: #1C76FF; }
a { background-color: rgb(28,118,255); }
div.DivClassName
{
background-color: #1C76FF;
}
.BgClassName
{
background-color: #1C76FF;
}
</style>
border-color css
<style>
span { border-color: #1C76FF; }
span { border-color: rgb(28,118,255); }
td.TdClassName
{
border-color: #1C76FF;
}
.TagClassName
{
border-color: #1C76FF;
}
</style>