Shades of Dodger Blue #157FE3
Tints of Dodger Blue #157FE3
RGB
CMYK
RGB Variations
Color information
#157FE3 (or 0x157FE3) is known color: Dodger Blue. HEX triplet: 15, 7F and E3. RGB value is (21,127,227). Sum of RGB (Red+Green+Blue) = 21+127+227=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 227 (89.06% from 255 or 60.53% from 375); Max value from RGB is 227 - color contains mainly: blue. Hex color #157FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FE3 is #EA801C. Grayscale: #6A6A6A. Windows color (decimal): -15368221 or 14909205. OLE color: 14909205.
HSL color Cylindrical-coordinate representation of color #157FE3: hue angle of 209.13º 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 #157FE3 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 127 | 227 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.11 |
| HSL | 209.13º | 0.83% | 0.49% | - |
| HSV(B) | 209.13º | 0.91% | 0.89% | - |
| XYZ | 21.76 | 20.88 | 75.56 | - |
| YUV | 106.71 | 195.88 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 227 | 0.91 | 0.44 | 0 | 0.11 | 209.13 | 0.83 | 0.49 |
| Hex | 15 | 7F | E3 | 5B | 2C | 0 | B | D1 | 53 | 31 |
| Octal | 25 | 177 | 343 | 133 | 54 | 0 | 13 | 321 | 123 | 61 |
| Binary | 10101 | 1111111 | 11100011 | 1011011 | 101100 | 0 | 1011 | 11010001 | 1010011 | 110001 |
Color Harmonies of #157FE3
Complementary color
Monochromatic Colors of #157FE3
Black with #157FE3
Text Example
Text Example
White with #157FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FE3; }
p { color: rgb(21,127,227); }
H1.HeaderClassName
{
color: #157FE3;
}
.AnyTagClassName
{
color: #157FE3;
}
</style>
background-color css
<style>
a { background-color: #157FE3; }
a { background-color: rgb(21,127,227); }
div.DivClassName
{
background-color: #157FE3;
}
.BgClassName
{
background-color: #157FE3;
}
</style>
border-color css
<style>
span { border-color: #157FE3; }
span { border-color: rgb(21,127,227); }
td.TdClassName
{
border-color: #157FE3;
}
.TagClassName
{
border-color: #157FE3;
}
</style>