Shades of Dodger Blue #157FDF
Tints of Dodger Blue #157FDF
RGB
CMYK
RGB Variations
Color information
#157FDF (or 0x157FDF) is known color: Dodger Blue. HEX triplet: 15, 7F and DF. RGB value is (21,127,223). Sum of RGB (Red+Green+Blue) = 21+127+223=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #157FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FDF is #EA8020. Grayscale: #696969. Windows color (decimal): -15368225 or 14647061. OLE color: 14647061.
HSL color Cylindrical-coordinate representation of color #157FDF: hue angle of 208.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157FDF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 127 | 223 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.13 |
| HSL | 208.51º | 0.83% | 0.48% | - |
| HSV(B) | 208.51º | 0.91% | 0.87% | - |
| XYZ | 21.22 | 20.67 | 72.68 | - |
| YUV | 106.25 | 193.88 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 223 | 0.91 | 0.43 | 0 | 0.13 | 208.51 | 0.83 | 0.48 |
| Hex | 15 | 7F | DF | 5B | 2B | 0 | D | D1 | 53 | 30 |
| Octal | 25 | 177 | 337 | 133 | 53 | 0 | 15 | 321 | 123 | 60 |
| Binary | 10101 | 1111111 | 11011111 | 1011011 | 101011 | 0 | 1101 | 11010001 | 1010011 | 110000 |
Color Harmonies of #157FDF
Complementary color
Monochromatic Colors of #157FDF
Black with #157FDF
Text Example
Text Example
White with #157FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FDF; }
p { color: rgb(21,127,223); }
H1.HeaderClassName
{
color: #157FDF;
}
.AnyTagClassName
{
color: #157FDF;
}
</style>
background-color css
<style>
a { background-color: #157FDF; }
a { background-color: rgb(21,127,223); }
div.DivClassName
{
background-color: #157FDF;
}
.BgClassName
{
background-color: #157FDF;
}
</style>
border-color css
<style>
span { border-color: #157FDF; }
span { border-color: rgb(21,127,223); }
td.TdClassName
{
border-color: #157FDF;
}
.TagClassName
{
border-color: #157FDF;
}
</style>