Shades of Dodger Blue #157FE1
Tints of Dodger Blue #157FE1
RGB
CMYK
RGB Variations
Color information
#157FE1 (or 0x157FE1) is known color: Dodger Blue. HEX triplet: 15, 7F and E1. RGB value is (21,127,225). Sum of RGB (Red+Green+Blue) = 21+127+225=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #157FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FE1 is #EA801E. Grayscale: #696969. Windows color (decimal): -15368223 or 14778133. OLE color: 14778133.
HSL color Cylindrical-coordinate representation of color #157FE1: hue angle of 208.82º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157FE1 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 127 | 225 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.12 |
| HSL | 208.82º | 0.83% | 0.48% | - |
| HSV(B) | 208.82º | 0.91% | 0.88% | - |
| XYZ | 21.49 | 20.77 | 74.11 | - |
| YUV | 106.48 | 194.88 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 225 | 0.91 | 0.44 | 0 | 0.12 | 208.82 | 0.83 | 0.48 |
| Hex | 15 | 7F | E1 | 5B | 2C | 0 | C | D1 | 53 | 30 |
| Octal | 25 | 177 | 341 | 133 | 54 | 0 | 14 | 321 | 123 | 60 |
| Binary | 10101 | 1111111 | 11100001 | 1011011 | 101100 | 0 | 1100 | 11010001 | 1010011 | 110000 |
Color Harmonies of #157FE1
Complementary color
Monochromatic Colors of #157FE1
Black with #157FE1
Text Example
Text Example
White with #157FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FE1; }
p { color: rgb(21,127,225); }
H1.HeaderClassName
{
color: #157FE1;
}
.AnyTagClassName
{
color: #157FE1;
}
</style>
background-color css
<style>
a { background-color: #157FE1; }
a { background-color: rgb(21,127,225); }
div.DivClassName
{
background-color: #157FE1;
}
.BgClassName
{
background-color: #157FE1;
}
</style>
border-color css
<style>
span { border-color: #157FE1; }
span { border-color: rgb(21,127,225); }
td.TdClassName
{
border-color: #157FE1;
}
.TagClassName
{
border-color: #157FE1;
}
</style>