Shades of Dodger Blue #1E7BEE
Tints of Dodger Blue #1E7BEE
RGB
CMYK
RGB Variations
Color information
#1E7BEE (or 0x1E7BEE) is known color: Dodger Blue. HEX triplet: 1E, 7B and EE. RGB value is (30,123,238). Sum of RGB (Red+Green+Blue) = 30+123+238=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E7BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7BEE is #E18411. Grayscale: #6B6B6B. Windows color (decimal): -14779410 or 15629086. OLE color: 15629086.
HSL color Cylindrical-coordinate representation of color #1E7BEE: hue angle of 213.17º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E7BEE is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 123 | 238 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.07 |
| HSL | 213.17º | 0.86% | 0.53% | - |
| HSV(B) | 213.17º | 0.87% | 0.93% | - |
| XYZ | 23.05 | 20.61 | 83.65 | - |
| YUV | 108.3 | 201.19 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 123 | 238 | 0.87 | 0.48 | 0 | 0.07 | 213.17 | 0.86 | 0.53 |
| Hex | 1E | 7B | EE | 57 | 30 | 0 | 7 | D5 | 56 | 35 |
| Octal | 36 | 173 | 356 | 127 | 60 | 0 | 7 | 325 | 126 | 65 |
| Binary | 11110 | 1111011 | 11101110 | 1010111 | 110000 | 0 | 111 | 11010101 | 1010110 | 110101 |
Color Harmonies of #1E7BEE
Complementary color
Monochromatic Colors of #1E7BEE
Black with #1E7BEE
Text Example
Text Example
White with #1E7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7BEE; }
p { color: rgb(30,123,238); }
H1.HeaderClassName
{
color: #1E7BEE;
}
.AnyTagClassName
{
color: #1E7BEE;
}
</style>
background-color css
<style>
a { background-color: #1E7BEE; }
a { background-color: rgb(30,123,238); }
div.DivClassName
{
background-color: #1E7BEE;
}
.BgClassName
{
background-color: #1E7BEE;
}
</style>
border-color css
<style>
span { border-color: #1E7BEE; }
span { border-color: rgb(30,123,238); }
td.TdClassName
{
border-color: #1E7BEE;
}
.TagClassName
{
border-color: #1E7BEE;
}
</style>