Shades of Dodger Blue #157DF0
Tints of Dodger Blue #157DF0
RGB
CMYK
RGB Variations
Color information
#157DF0 (or 0x157DF0) is known color: Dodger Blue. HEX triplet: 15, 7D and F0. RGB value is (21,125,240). Sum of RGB (Red+Green+Blue) = 21+125+240=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 240 (94.14% from 255 or 62.18% from 386); Max value from RGB is 240 - color contains mainly: blue. Hex color #157DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157DF0 is #EA820F. Grayscale: #6A6A6A. Windows color (decimal): -15368720 or 15760661. OLE color: 15760661.
HSL color Cylindrical-coordinate representation of color #157DF0: hue angle of 211.51º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157DF0 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 125 | 240 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.06 |
| HSL | 211.51º | 0.88% | 0.51% | - |
| HSV(B) | 211.51º | 0.91% | 0.94% | - |
| XYZ | 23.37 | 21.12 | 85.28 | - |
| YUV | 107.01 | 203.04 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 240 | 0.91 | 0.48 | 0 | 0.06 | 211.51 | 0.88 | 0.51 |
| Hex | 15 | 7D | F0 | 5B | 30 | 0 | 6 | D4 | 58 | 33 |
| Octal | 25 | 175 | 360 | 133 | 60 | 0 | 6 | 324 | 130 | 63 |
| Binary | 10101 | 1111101 | 11110000 | 1011011 | 110000 | 0 | 110 | 11010100 | 1011000 | 110011 |
Color Harmonies of #157DF0
Complementary color
Monochromatic Colors of #157DF0
Black with #157DF0
Text Example
Text Example
White with #157DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157DF0; }
p { color: rgb(21,125,240); }
H1.HeaderClassName
{
color: #157DF0;
}
.AnyTagClassName
{
color: #157DF0;
}
</style>
background-color css
<style>
a { background-color: #157DF0; }
a { background-color: rgb(21,125,240); }
div.DivClassName
{
background-color: #157DF0;
}
.BgClassName
{
background-color: #157DF0;
}
</style>
border-color css
<style>
span { border-color: #157DF0; }
span { border-color: rgb(21,125,240); }
td.TdClassName
{
border-color: #157DF0;
}
.TagClassName
{
border-color: #157DF0;
}
</style>