Shades of Dodger Blue #1E8AFA
Tints of Dodger Blue #1E8AFA
RGB
CMYK
RGB Variations
Color information
#1E8AFA (or 0x1E8AFA) is known color: Dodger Blue. HEX triplet: 1E, 8A and FA. RGB value is (30,138,250). Sum of RGB (Red+Green+Blue) = 30+138+250=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E8AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8AFA is #E17505. Grayscale: #757575. Windows color (decimal): -14775558 or 16419358. OLE color: 16419358.
HSL color Cylindrical-coordinate representation of color #1E8AFA: hue angle of 210.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 #1E8AFA is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 138 | 250 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.02 |
| HSL | 210.55º | 0.96% | 0.55% | - |
| HSV(B) | 210.55º | 0.88% | 0.98% | - |
| XYZ | 26.88 | 25.36 | 93.92 | - |
| YUV | 118.48 | 202.22 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 250 | 0.88 | 0.45 | 0 | 0.02 | 210.55 | 0.96 | 0.55 |
| Hex | 1E | 8A | FA | 58 | 2D | 0 | 2 | D3 | 60 | 37 |
| Octal | 36 | 212 | 372 | 130 | 55 | 0 | 2 | 323 | 140 | 67 |
| Binary | 11110 | 10001010 | 11111010 | 1011000 | 101101 | 0 | 10 | 11010011 | 1100000 | 110111 |
Color Harmonies of #1E8AFA
Complementary color
Monochromatic Colors of #1E8AFA
Black with #1E8AFA
Text Example
Text Example
White with #1E8AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8AFA; }
p { color: rgb(30,138,250); }
H1.HeaderClassName
{
color: #1E8AFA;
}
.AnyTagClassName
{
color: #1E8AFA;
}
</style>
background-color css
<style>
a { background-color: #1E8AFA; }
a { background-color: rgb(30,138,250); }
div.DivClassName
{
background-color: #1E8AFA;
}
.BgClassName
{
background-color: #1E8AFA;
}
</style>
border-color css
<style>
span { border-color: #1E8AFA; }
span { border-color: rgb(30,138,250); }
td.TdClassName
{
border-color: #1E8AFA;
}
.TagClassName
{
border-color: #1E8AFA;
}
</style>