Shades of Dodger Blue #1C76FA
Tints of Dodger Blue #1C76FA
RGB
CMYK
RGB Variations
Color information
#1C76FA (or 0x1C76FA) is known color: Dodger Blue. HEX triplet: 1C, 76 and FA. RGB value is (28,118,250). Sum of RGB (Red+Green+Blue) = 28+118+250=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C76FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C76FA is #E38905. Grayscale: #696969. Windows color (decimal): -14911750 or 16414236. OLE color: 16414236.
HSL color Cylindrical-coordinate representation of color #1C76FA: hue angle of 215.68º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C76FA is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 118 | 250 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.02 |
| HSL | 215.68º | 0.96% | 0.55% | - |
| HSV(B) | 215.68º | 0.89% | 0.98% | - |
| XYZ | 24.21 | 20.11 | 93.05 | - |
| YUV | 106.14 | 209.18 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 250 | 0.89 | 0.53 | 0 | 0.02 | 215.68 | 0.96 | 0.55 |
| Hex | 1C | 76 | FA | 59 | 35 | 0 | 2 | D8 | 60 | 37 |
| Octal | 34 | 166 | 372 | 131 | 65 | 0 | 2 | 330 | 140 | 67 |
| Binary | 11100 | 1110110 | 11111010 | 1011001 | 110101 | 0 | 10 | 11011000 | 1100000 | 110111 |
Color Harmonies of #1C76FA
Complementary color
Monochromatic Colors of #1C76FA
Black with #1C76FA
Text Example
Text Example
White with #1C76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C76FA; }
p { color: rgb(28,118,250); }
H1.HeaderClassName
{
color: #1C76FA;
}
.AnyTagClassName
{
color: #1C76FA;
}
</style>
background-color css
<style>
a { background-color: #1C76FA; }
a { background-color: rgb(28,118,250); }
div.DivClassName
{
background-color: #1C76FA;
}
.BgClassName
{
background-color: #1C76FA;
}
</style>
border-color css
<style>
span { border-color: #1C76FA; }
span { border-color: rgb(28,118,250); }
td.TdClassName
{
border-color: #1C76FA;
}
.TagClassName
{
border-color: #1C76FA;
}
</style>