Shades of Dodger Blue #1C7EFA
Tints of Dodger Blue #1C7EFA
RGB
CMYK
RGB Variations
Color information
#1C7EFA (or 0x1C7EFA) is known color: Dodger Blue. HEX triplet: 1C, 7E and FA. RGB value is (28,126,250). Sum of RGB (Red+Green+Blue) = 28+126+250=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C7EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7EFA is #E38105. Grayscale: #6E6E6E. Windows color (decimal): -14909702 or 16416284. OLE color: 16416284.
HSL color Cylindrical-coordinate representation of color #1C7EFA: hue angle of 213.51º 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 #1C7EFA is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 126 | 250 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.02 |
| HSL | 213.51º | 0.96% | 0.55% | - |
| HSV(B) | 213.51º | 0.89% | 0.98% | - |
| XYZ | 25.2 | 22.07 | 93.37 | - |
| YUV | 110.83 | 206.53 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 250 | 0.89 | 0.50 | 0 | 0.02 | 213.51 | 0.96 | 0.55 |
| Hex | 1C | 7E | FA | 59 | 32 | 0 | 2 | D6 | 60 | 37 |
| Octal | 34 | 176 | 372 | 131 | 62 | 0 | 2 | 326 | 140 | 67 |
| Binary | 11100 | 1111110 | 11111010 | 1011001 | 110010 | 0 | 10 | 11010110 | 1100000 | 110111 |
Color Harmonies of #1C7EFA
Complementary color
Monochromatic Colors of #1C7EFA
Black with #1C7EFA
Text Example
Text Example
White with #1C7EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7EFA; }
p { color: rgb(28,126,250); }
H1.HeaderClassName
{
color: #1C7EFA;
}
.AnyTagClassName
{
color: #1C7EFA;
}
</style>
background-color css
<style>
a { background-color: #1C7EFA; }
a { background-color: rgb(28,126,250); }
div.DivClassName
{
background-color: #1C7EFA;
}
.BgClassName
{
background-color: #1C7EFA;
}
</style>
border-color css
<style>
span { border-color: #1C7EFA; }
span { border-color: rgb(28,126,250); }
td.TdClassName
{
border-color: #1C7EFA;
}
.TagClassName
{
border-color: #1C7EFA;
}
</style>