Shades of Dodger Blue #1C7AEA
Tints of Dodger Blue #1C7AEA
RGB
CMYK
RGB Variations
Color information
#1C7AEA (or 0x1C7AEA) is known color: Dodger Blue. HEX triplet: 1C, 7A and EA. RGB value is (28,122,234). Sum of RGB (Red+Green+Blue) = 28+122+234=384 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.29% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #1C7AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7AEA is #E38515. Grayscale: #6A6A6A. Windows color (decimal): -14910742 or 15366684. OLE color: 15366684.
HSL color Cylindrical-coordinate representation of color #1C7AEA: hue angle of 212.62º 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 #1C7AEA is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 122 | 234 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.08 |
| HSL | 212.62º | 0.83% | 0.51% | - |
| HSV(B) | 212.62º | 0.88% | 0.92% | - |
| XYZ | 22.29 | 20.11 | 80.55 | - |
| YUV | 106.66 | 199.86 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 122 | 234 | 0.88 | 0.48 | 0 | 0.08 | 212.62 | 0.83 | 0.51 |
| Hex | 1C | 7A | EA | 58 | 30 | 0 | 8 | D5 | 53 | 33 |
| Octal | 34 | 172 | 352 | 130 | 60 | 0 | 10 | 325 | 123 | 63 |
| Binary | 11100 | 1111010 | 11101010 | 1011000 | 110000 | 0 | 1000 | 11010101 | 1010011 | 110011 |
Color Harmonies of #1C7AEA
Complementary color
Monochromatic Colors of #1C7AEA
Black with #1C7AEA
Text Example
Text Example
White with #1C7AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7AEA; }
p { color: rgb(28,122,234); }
H1.HeaderClassName
{
color: #1C7AEA;
}
.AnyTagClassName
{
color: #1C7AEA;
}
</style>
background-color css
<style>
a { background-color: #1C7AEA; }
a { background-color: rgb(28,122,234); }
div.DivClassName
{
background-color: #1C7AEA;
}
.BgClassName
{
background-color: #1C7AEA;
}
</style>
border-color css
<style>
span { border-color: #1C7AEA; }
span { border-color: rgb(28,122,234); }
td.TdClassName
{
border-color: #1C7AEA;
}
.TagClassName
{
border-color: #1C7AEA;
}
</style>