Shades of Dodger Blue #157CE5
Tints of Dodger Blue #157CE5
RGB
CMYK
RGB Variations
Color information
#157CE5 (or 0x157CE5) is known color: Dodger Blue. HEX triplet: 15, 7C and E5. RGB value is (21,124,229). Sum of RGB (Red+Green+Blue) = 21+124+229=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #157CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CE5 is #EA831A. Grayscale: #686868. Windows color (decimal): -15368987 or 15039509. OLE color: 15039509.
HSL color Cylindrical-coordinate representation of color #157CE5: hue angle of 210.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CE5 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 124 | 229 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.10 |
| HSL | 210.29º | 0.83% | 0.49% | - |
| HSV(B) | 210.29º | 0.91% | 0.9% | - |
| XYZ | 21.66 | 20.23 | 76.89 | - |
| YUV | 105.17 | 197.88 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 229 | 0.91 | 0.46 | 0 | 0.10 | 210.29 | 0.83 | 0.49 |
| Hex | 15 | 7C | E5 | 5B | 2E | 0 | A | D2 | 53 | 31 |
| Octal | 25 | 174 | 345 | 133 | 56 | 0 | 12 | 322 | 123 | 61 |
| Binary | 10101 | 1111100 | 11100101 | 1011011 | 101110 | 0 | 1010 | 11010010 | 1010011 | 110001 |
Color Harmonies of #157CE5
Complementary color
Monochromatic Colors of #157CE5
Black with #157CE5
Text Example
Text Example
White with #157CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CE5; }
p { color: rgb(21,124,229); }
H1.HeaderClassName
{
color: #157CE5;
}
.AnyTagClassName
{
color: #157CE5;
}
</style>
background-color css
<style>
a { background-color: #157CE5; }
a { background-color: rgb(21,124,229); }
div.DivClassName
{
background-color: #157CE5;
}
.BgClassName
{
background-color: #157CE5;
}
</style>
border-color css
<style>
span { border-color: #157CE5; }
span { border-color: rgb(21,124,229); }
td.TdClassName
{
border-color: #157CE5;
}
.TagClassName
{
border-color: #157CE5;
}
</style>