Shades of Dodger Blue #1C7EFE
Tints of Dodger Blue #1C7EFE
RGB
CMYK
RGB Variations
Color information
#1C7EFE (or 0x1C7EFE) is known color: Dodger Blue. HEX triplet: 1C, 7E and FE. RGB value is (28,126,254). Sum of RGB (Red+Green+Blue) = 28+126+254=408 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.86% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C7EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7EFE is #E38101. Grayscale: #6E6E6E. Windows color (decimal): -14909698 or 16678428. OLE color: 16678428.
HSL color Cylindrical-coordinate representation of color #1C7EFE: hue angle of 213.98º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C7EFE is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 126 | 254 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.00 |
| HSL | 213.98º | 0.99% | 0.55% | - |
| HSV(B) | 213.98º | 0.89% | 1% | - |
| XYZ | 25.83 | 22.32 | 96.71 | - |
| YUV | 111.29 | 208.53 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 254 | 0.89 | 0.50 | 0 | 0.00 | 213.98 | 0.99 | 0.55 |
| Hex | 1C | 7E | FE | 59 | 32 | 0 | 0 | D6 | 63 | 37 |
| Octal | 34 | 176 | 376 | 131 | 62 | 0 | 0 | 326 | 143 | 67 |
| Binary | 11100 | 1111110 | 11111110 | 1011001 | 110010 | 0 | 0 | 11010110 | 1100011 | 110111 |
Color Harmonies of #1C7EFE
Complementary color
Monochromatic Colors of #1C7EFE
Black with #1C7EFE
Text Example
Text Example
White with #1C7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7EFE; }
p { color: rgb(28,126,254); }
H1.HeaderClassName
{
color: #1C7EFE;
}
.AnyTagClassName
{
color: #1C7EFE;
}
</style>
background-color css
<style>
a { background-color: #1C7EFE; }
a { background-color: rgb(28,126,254); }
div.DivClassName
{
background-color: #1C7EFE;
}
.BgClassName
{
background-color: #1C7EFE;
}
</style>
border-color css
<style>
span { border-color: #1C7EFE; }
span { border-color: rgb(28,126,254); }
td.TdClassName
{
border-color: #1C7EFE;
}
.TagClassName
{
border-color: #1C7EFE;
}
</style>