Shades of Dodger Blue #1E8AFB
Tints of Dodger Blue #1E8AFB
RGB
CMYK
RGB Variations
Color information
#1E8AFB (or 0x1E8AFB) is known color: Dodger Blue. HEX triplet: 1E, 8A and FB. RGB value is (30,138,251). Sum of RGB (Red+Green+Blue) = 30+138+251=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E8AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8AFB is #E17504. Grayscale: #767676. Windows color (decimal): -14775557 or 16484894. OLE color: 16484894.
HSL color Cylindrical-coordinate representation of color #1E8AFB: hue angle of 210.68º degrees, saturation: 0.97, 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 #1E8AFB is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 138 | 251 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.02 |
| HSL | 210.68º | 0.97% | 0.55% | - |
| HSV(B) | 210.68º | 0.88% | 0.98% | - |
| XYZ | 27.04 | 25.42 | 94.75 | - |
| YUV | 118.59 | 202.72 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 138 | 251 | 0.88 | 0.45 | 0 | 0.02 | 210.68 | 0.97 | 0.55 |
| Hex | 1E | 8A | FB | 58 | 2D | 0 | 2 | D3 | 61 | 37 |
| Octal | 36 | 212 | 373 | 130 | 55 | 0 | 2 | 323 | 141 | 67 |
| Binary | 11110 | 10001010 | 11111011 | 1011000 | 101101 | 0 | 10 | 11010011 | 1100001 | 110111 |
Color Harmonies of #1E8AFB
Complementary color
Monochromatic Colors of #1E8AFB
Black with #1E8AFB
Text Example
Text Example
White with #1E8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8AFB; }
p { color: rgb(30,138,251); }
H1.HeaderClassName
{
color: #1E8AFB;
}
.AnyTagClassName
{
color: #1E8AFB;
}
</style>
background-color css
<style>
a { background-color: #1E8AFB; }
a { background-color: rgb(30,138,251); }
div.DivClassName
{
background-color: #1E8AFB;
}
.BgClassName
{
background-color: #1E8AFB;
}
</style>
border-color css
<style>
span { border-color: #1E8AFB; }
span { border-color: rgb(30,138,251); }
td.TdClassName
{
border-color: #1E8AFB;
}
.TagClassName
{
border-color: #1E8AFB;
}
</style>