Shades of Dodger Blue #1E7BEA
Tints of Dodger Blue #1E7BEA
RGB
CMYK
RGB Variations
Color information
#1E7BEA (or 0x1E7BEA) is known color: Dodger Blue. HEX triplet: 1E, 7B and EA. RGB value is (30,123,234). Sum of RGB (Red+Green+Blue) = 30+123+234=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E7BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7BEA is #E18415. Grayscale: #6B6B6B. Windows color (decimal): -14779414 or 15366942. OLE color: 15366942.
HSL color Cylindrical-coordinate representation of color #1E7BEA: hue angle of 212.65º 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 #1E7BEA is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 123 | 234 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.08 |
| HSL | 212.65º | 0.83% | 0.52% | - |
| HSV(B) | 212.65º | 0.87% | 0.92% | - |
| XYZ | 22.47 | 20.38 | 80.59 | - |
| YUV | 107.85 | 199.19 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 123 | 234 | 0.87 | 0.47 | 0 | 0.08 | 212.65 | 0.83 | 0.52 |
| Hex | 1E | 7B | EA | 57 | 2F | 0 | 8 | D5 | 53 | 34 |
| Octal | 36 | 173 | 352 | 127 | 57 | 0 | 10 | 325 | 123 | 64 |
| Binary | 11110 | 1111011 | 11101010 | 1010111 | 101111 | 0 | 1000 | 11010101 | 1010011 | 110100 |
Color Harmonies of #1E7BEA
Complementary color
Monochromatic Colors of #1E7BEA
Black with #1E7BEA
Text Example
Text Example
White with #1E7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7BEA; }
p { color: rgb(30,123,234); }
H1.HeaderClassName
{
color: #1E7BEA;
}
.AnyTagClassName
{
color: #1E7BEA;
}
</style>
background-color css
<style>
a { background-color: #1E7BEA; }
a { background-color: rgb(30,123,234); }
div.DivClassName
{
background-color: #1E7BEA;
}
.BgClassName
{
background-color: #1E7BEA;
}
</style>
border-color css
<style>
span { border-color: #1E7BEA; }
span { border-color: rgb(30,123,234); }
td.TdClassName
{
border-color: #1E7BEA;
}
.TagClassName
{
border-color: #1E7BEA;
}
</style>