Shades of Dodger Blue #1E8AEA
Tints of Dodger Blue #1E8AEA
RGB
CMYK
RGB Variations
Color information
#1E8AEA (or 0x1E8AEA) is known color: Dodger Blue. HEX triplet: 1E, 8A and EA. RGB value is (30,138,234). Sum of RGB (Red+Green+Blue) = 30+138+234=402 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.46% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E8AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8AEA is #E17515. Grayscale: #747474. Windows color (decimal): -14775574 or 15370782. OLE color: 15370782.
HSL color Cylindrical-coordinate representation of color #1E8AEA: hue angle of 208.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E8AEA is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 138 | 234 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.08 |
| HSL | 208.24º | 0.83% | 0.52% | - |
| HSV(B) | 208.24º | 0.87% | 0.92% | - |
| XYZ | 24.48 | 24.39 | 81.26 | - |
| YUV | 116.65 | 194.22 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 234 | 0.87 | 0.41 | 0 | 0.08 | 208.24 | 0.83 | 0.52 |
| Hex | 1E | 8A | EA | 57 | 29 | 0 | 8 | D0 | 53 | 34 |
| Octal | 36 | 212 | 352 | 127 | 51 | 0 | 10 | 320 | 123 | 64 |
| Binary | 11110 | 10001010 | 11101010 | 1010111 | 101001 | 0 | 1000 | 11010000 | 1010011 | 110100 |
Color Harmonies of #1E8AEA
Complementary color
Monochromatic Colors of #1E8AEA
Black with #1E8AEA
Text Example
Text Example
White with #1E8AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8AEA; }
p { color: rgb(30,138,234); }
H1.HeaderClassName
{
color: #1E8AEA;
}
.AnyTagClassName
{
color: #1E8AEA;
}
</style>
background-color css
<style>
a { background-color: #1E8AEA; }
a { background-color: rgb(30,138,234); }
div.DivClassName
{
background-color: #1E8AEA;
}
.BgClassName
{
background-color: #1E8AEA;
}
</style>
border-color css
<style>
span { border-color: #1E8AEA; }
span { border-color: rgb(30,138,234); }
td.TdClassName
{
border-color: #1E8AEA;
}
.TagClassName
{
border-color: #1E8AEA;
}
</style>