Shades of Dodger Blue #157EF1
Tints of Dodger Blue #157EF1
RGB
CMYK
RGB Variations
Color information
#157EF1 (or 0x157EF1) is known color: Dodger Blue. HEX triplet: 15, 7E and F1. RGB value is (21,126,241). Sum of RGB (Red+Green+Blue) = 21+126+241=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #157EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157EF1 is #EA810E. Grayscale: #6B6B6B. Windows color (decimal): -15368463 or 15826453. OLE color: 15826453.
HSL color Cylindrical-coordinate representation of color #157EF1: hue angle of 211.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157EF1 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 126 | 241 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.05 |
| HSL | 211.36º | 0.89% | 0.51% | - |
| HSV(B) | 211.36º | 0.91% | 0.95% | - |
| XYZ | 23.65 | 21.43 | 86.11 | - |
| YUV | 107.72 | 203.21 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 241 | 0.91 | 0.48 | 0 | 0.05 | 211.36 | 0.89 | 0.51 |
| Hex | 15 | 7E | F1 | 5B | 30 | 0 | 5 | D3 | 59 | 33 |
| Octal | 25 | 176 | 361 | 133 | 60 | 0 | 5 | 323 | 131 | 63 |
| Binary | 10101 | 1111110 | 11110001 | 1011011 | 110000 | 0 | 101 | 11010011 | 1011001 | 110011 |
Color Harmonies of #157EF1
Complementary color
Monochromatic Colors of #157EF1
Black with #157EF1
Text Example
Text Example
White with #157EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157EF1; }
p { color: rgb(21,126,241); }
H1.HeaderClassName
{
color: #157EF1;
}
.AnyTagClassName
{
color: #157EF1;
}
</style>
background-color css
<style>
a { background-color: #157EF1; }
a { background-color: rgb(21,126,241); }
div.DivClassName
{
background-color: #157EF1;
}
.BgClassName
{
background-color: #157EF1;
}
</style>
border-color css
<style>
span { border-color: #157EF1; }
span { border-color: rgb(21,126,241); }
td.TdClassName
{
border-color: #157EF1;
}
.TagClassName
{
border-color: #157EF1;
}
</style>