Shades of Dodger Blue #1E7FFA
Tints of Dodger Blue #1E7FFA
RGB
CMYK
RGB Variations
Color information
#1E7FFA (or 0x1E7FFA) is known color: Dodger Blue. HEX triplet: 1E, 7F and FA. RGB value is (30,127,250). Sum of RGB (Red+Green+Blue) = 30+127+250=407 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.37% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E7FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7FFA is #E18005. Grayscale: #6F6F6F. Windows color (decimal): -14778374 or 16416542. OLE color: 16416542.
HSL color Cylindrical-coordinate representation of color #1E7FFA: hue angle of 213.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E7FFA is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 127 | 250 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.02 |
| HSL | 213.55º | 0.96% | 0.55% | - |
| HSV(B) | 213.55º | 0.88% | 0.98% | - |
| XYZ | 25.38 | 22.36 | 93.42 | - |
| YUV | 112.02 | 205.86 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 250 | 0.88 | 0.49 | 0 | 0.02 | 213.55 | 0.96 | 0.55 |
| Hex | 1E | 7F | FA | 58 | 31 | 0 | 2 | D6 | 60 | 37 |
| Octal | 36 | 177 | 372 | 130 | 61 | 0 | 2 | 326 | 140 | 67 |
| Binary | 11110 | 1111111 | 11111010 | 1011000 | 110001 | 0 | 10 | 11010110 | 1100000 | 110111 |
Color Harmonies of #1E7FFA
Complementary color
Monochromatic Colors of #1E7FFA
Black with #1E7FFA
Text Example
Text Example
White with #1E7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7FFA; }
p { color: rgb(30,127,250); }
H1.HeaderClassName
{
color: #1E7FFA;
}
.AnyTagClassName
{
color: #1E7FFA;
}
</style>
background-color css
<style>
a { background-color: #1E7FFA; }
a { background-color: rgb(30,127,250); }
div.DivClassName
{
background-color: #1E7FFA;
}
.BgClassName
{
background-color: #1E7FFA;
}
</style>
border-color css
<style>
span { border-color: #1E7FFA; }
span { border-color: rgb(30,127,250); }
td.TdClassName
{
border-color: #1E7FFA;
}
.TagClassName
{
border-color: #1E7FFA;
}
</style>