Shades of Dodger Blue #1E7AFB
Tints of Dodger Blue #1E7AFB
RGB
CMYK
RGB Variations
Color information
#1E7AFB (or 0x1E7AFB) is known color: Dodger Blue. HEX triplet: 1E, 7A and FB. RGB value is (30,122,251). Sum of RGB (Red+Green+Blue) = 30+122+251=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E7AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7AFB is #E18504. Grayscale: #6C6C6C. Windows color (decimal): -14779653 or 16480798. OLE color: 16480798.
HSL color Cylindrical-coordinate representation of color #1E7AFB: hue angle of 215.02º 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 #1E7AFB is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 122 | 251 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.02 |
| HSL | 215.02º | 0.97% | 0.55% | - |
| HSV(B) | 215.02º | 0.88% | 0.98% | - |
| XYZ | 24.91 | 21.16 | 94.04 | - |
| YUV | 109.2 | 208.02 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 251 | 0.88 | 0.51 | 0 | 0.02 | 215.02 | 0.97 | 0.55 |
| Hex | 1E | 7A | FB | 58 | 33 | 0 | 2 | D7 | 61 | 37 |
| Octal | 36 | 172 | 373 | 130 | 63 | 0 | 2 | 327 | 141 | 67 |
| Binary | 11110 | 1111010 | 11111011 | 1011000 | 110011 | 0 | 10 | 11010111 | 1100001 | 110111 |
Color Harmonies of #1E7AFB
Complementary color
Monochromatic Colors of #1E7AFB
Black with #1E7AFB
Text Example
Text Example
White with #1E7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7AFB; }
p { color: rgb(30,122,251); }
H1.HeaderClassName
{
color: #1E7AFB;
}
.AnyTagClassName
{
color: #1E7AFB;
}
</style>
background-color css
<style>
a { background-color: #1E7AFB; }
a { background-color: rgb(30,122,251); }
div.DivClassName
{
background-color: #1E7AFB;
}
.BgClassName
{
background-color: #1E7AFB;
}
</style>
border-color css
<style>
span { border-color: #1E7AFB; }
span { border-color: rgb(30,122,251); }
td.TdClassName
{
border-color: #1E7AFB;
}
.TagClassName
{
border-color: #1E7AFB;
}
</style>