Shades of Dodger Blue #157EE7
Tints of Dodger Blue #157EE7
RGB
CMYK
RGB Variations
Color information
#157EE7 (or 0x157EE7) is known color: Dodger Blue. HEX triplet: 15, 7E and E7. RGB value is (21,126,231). Sum of RGB (Red+Green+Blue) = 21+126+231=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #157EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EE7 is #EA8118. Grayscale: #6A6A6A. Windows color (decimal): -15368473 or 15171093. OLE color: 15171093.
HSL color Cylindrical-coordinate representation of color #157EE7: hue angle of 210º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157EE7 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 126 | 231 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.09 |
| HSL | 210º | 0.83% | 0.49% | - |
| HSV(B) | 210º | 0.91% | 0.91% | - |
| XYZ | 22.19 | 20.85 | 78.46 | - |
| YUV | 106.58 | 198.21 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 231 | 0.91 | 0.45 | 0 | 0.09 | 210 | 0.83 | 0.49 |
| Hex | 15 | 7E | E7 | 5B | 2D | 0 | 9 | D2 | 53 | 31 |
| Octal | 25 | 176 | 347 | 133 | 55 | 0 | 11 | 322 | 123 | 61 |
| Binary | 10101 | 1111110 | 11100111 | 1011011 | 101101 | 0 | 1001 | 11010010 | 1010011 | 110001 |
Color Harmonies of #157EE7
Complementary color
Monochromatic Colors of #157EE7
Black with #157EE7
Text Example
Text Example
White with #157EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EE7; }
p { color: rgb(21,126,231); }
H1.HeaderClassName
{
color: #157EE7;
}
.AnyTagClassName
{
color: #157EE7;
}
</style>
background-color css
<style>
a { background-color: #157EE7; }
a { background-color: rgb(21,126,231); }
div.DivClassName
{
background-color: #157EE7;
}
.BgClassName
{
background-color: #157EE7;
}
</style>
border-color css
<style>
span { border-color: #157EE7; }
span { border-color: rgb(21,126,231); }
td.TdClassName
{
border-color: #157EE7;
}
.TagClassName
{
border-color: #157EE7;
}
</style>