Shades of Dodger Blue #157CE7
Tints of Dodger Blue #157CE7
RGB
CMYK
RGB Variations
Color information
#157CE7 (or 0x157CE7) is known color: Dodger Blue. HEX triplet: 15, 7C and E7. RGB value is (21,124,231). Sum of RGB (Red+Green+Blue) = 21+124+231=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #157CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CE7 is #EA8318. Grayscale: #686868. Windows color (decimal): -15368985 or 15170581. OLE color: 15170581.
HSL color Cylindrical-coordinate representation of color #157CE7: hue angle of 210.57º 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 #157CE7 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 124 | 231 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.09 |
| HSL | 210.57º | 0.83% | 0.49% | - |
| HSV(B) | 210.57º | 0.91% | 0.91% | - |
| XYZ | 21.94 | 20.34 | 78.37 | - |
| YUV | 105.4 | 198.88 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 231 | 0.91 | 0.46 | 0 | 0.09 | 210.57 | 0.83 | 0.49 |
| Hex | 15 | 7C | E7 | 5B | 2E | 0 | 9 | D3 | 53 | 31 |
| Octal | 25 | 174 | 347 | 133 | 56 | 0 | 11 | 323 | 123 | 61 |
| Binary | 10101 | 1111100 | 11100111 | 1011011 | 101110 | 0 | 1001 | 11010011 | 1010011 | 110001 |
Color Harmonies of #157CE7
Complementary color
Monochromatic Colors of #157CE7
Black with #157CE7
Text Example
Text Example
White with #157CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CE7; }
p { color: rgb(21,124,231); }
H1.HeaderClassName
{
color: #157CE7;
}
.AnyTagClassName
{
color: #157CE7;
}
</style>
background-color css
<style>
a { background-color: #157CE7; }
a { background-color: rgb(21,124,231); }
div.DivClassName
{
background-color: #157CE7;
}
.BgClassName
{
background-color: #157CE7;
}
</style>
border-color css
<style>
span { border-color: #157CE7; }
span { border-color: rgb(21,124,231); }
td.TdClassName
{
border-color: #157CE7;
}
.TagClassName
{
border-color: #157CE7;
}
</style>