Shades of Dodger Blue #157CE4
Tints of Dodger Blue #157CE4
RGB
CMYK
RGB Variations
Color information
#157CE4 (or 0x157CE4) is known color: Dodger Blue. HEX triplet: 15, 7C and E4. RGB value is (21,124,228). Sum of RGB (Red+Green+Blue) = 21+124+228=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 228 (89.45% from 255 or 61.13% from 373); Max value from RGB is 228 - color contains mainly: blue. Hex color #157CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CE4 is #EA831B. Grayscale: #686868. Windows color (decimal): -15368988 or 14973973. OLE color: 14973973.
HSL color Cylindrical-coordinate representation of color #157CE4: hue angle of 210.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CE4 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 124 | 228 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.11 |
| HSL | 210.14º | 0.83% | 0.49% | - |
| HSV(B) | 210.14º | 0.91% | 0.89% | - |
| XYZ | 21.52 | 20.18 | 76.16 | - |
| YUV | 105.06 | 197.38 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 228 | 0.91 | 0.46 | 0 | 0.11 | 210.14 | 0.83 | 0.49 |
| Hex | 15 | 7C | E4 | 5B | 2E | 0 | B | D2 | 53 | 31 |
| Octal | 25 | 174 | 344 | 133 | 56 | 0 | 13 | 322 | 123 | 61 |
| Binary | 10101 | 1111100 | 11100100 | 1011011 | 101110 | 0 | 1011 | 11010010 | 1010011 | 110001 |
Color Harmonies of #157CE4
Complementary color
Monochromatic Colors of #157CE4
Black with #157CE4
Text Example
Text Example
White with #157CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CE4; }
p { color: rgb(21,124,228); }
H1.HeaderClassName
{
color: #157CE4;
}
.AnyTagClassName
{
color: #157CE4;
}
</style>
background-color css
<style>
a { background-color: #157CE4; }
a { background-color: rgb(21,124,228); }
div.DivClassName
{
background-color: #157CE4;
}
.BgClassName
{
background-color: #157CE4;
}
</style>
border-color css
<style>
span { border-color: #157CE4; }
span { border-color: rgb(21,124,228); }
td.TdClassName
{
border-color: #157CE4;
}
.TagClassName
{
border-color: #157CE4;
}
</style>