Shades of Dodger Blue #1C7EEA
Tints of Dodger Blue #1C7EEA
RGB
CMYK
RGB Variations
Color information
#1C7EEA (or 0x1C7EEA) is known color: Dodger Blue. HEX triplet: 1C, 7E and EA. RGB value is (28,126,234). Sum of RGB (Red+Green+Blue) = 28+126+234=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #1C7EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7EEA is #E38115. Grayscale: #6C6C6C. Windows color (decimal): -14909718 or 15367708. OLE color: 15367708.
HSL color Cylindrical-coordinate representation of color #1C7EEA: hue angle of 211.46º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C7EEA is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 126 | 234 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.08 |
| HSL | 211.46º | 0.83% | 0.51% | - |
| HSV(B) | 211.46º | 0.88% | 0.92% | - |
| XYZ | 22.79 | 21.11 | 80.72 | - |
| YUV | 109.01 | 198.53 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 234 | 0.88 | 0.46 | 0 | 0.08 | 211.46 | 0.83 | 0.51 |
| Hex | 1C | 7E | EA | 58 | 2E | 0 | 8 | D3 | 53 | 33 |
| Octal | 34 | 176 | 352 | 130 | 56 | 0 | 10 | 323 | 123 | 63 |
| Binary | 11100 | 1111110 | 11101010 | 1011000 | 101110 | 0 | 1000 | 11010011 | 1010011 | 110011 |
Color Harmonies of #1C7EEA
Complementary color
Monochromatic Colors of #1C7EEA
Black with #1C7EEA
Text Example
Text Example
White with #1C7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7EEA; }
p { color: rgb(28,126,234); }
H1.HeaderClassName
{
color: #1C7EEA;
}
.AnyTagClassName
{
color: #1C7EEA;
}
</style>
background-color css
<style>
a { background-color: #1C7EEA; }
a { background-color: rgb(28,126,234); }
div.DivClassName
{
background-color: #1C7EEA;
}
.BgClassName
{
background-color: #1C7EEA;
}
</style>
border-color css
<style>
span { border-color: #1C7EEA; }
span { border-color: rgb(28,126,234); }
td.TdClassName
{
border-color: #1C7EEA;
}
.TagClassName
{
border-color: #1C7EEA;
}
</style>