Shades of Dodger Blue #157AFF
Tints of Dodger Blue #157AFF
RGB
CMYK
RGB Variations
Color information
#157AFF (or 0x157AFF) is known color: Dodger Blue. HEX triplet: 15, 7A and FF. RGB value is (21,122,255). Sum of RGB (Red+Green+Blue) = 21+122+255=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #157AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157AFF is #EA8500. Grayscale: #6A6A6A. Windows color (decimal): -15369473 or 16742933. OLE color: 16742933.
HSL color Cylindrical-coordinate representation of color #157AFF: hue angle of 214.1º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #157AFF is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 122 | 255 | - |
| CMYK | 0.92 | 0.52 | 0 | 0 |
| HSL | 214.1º | 1% | 0.54% | - |
| HSV(B) | 214.1º | 0.92% | 1% | - |
| XYZ | 25.32 | 21.3 | 97.38 | - |
| YUV | 106.96 | 211.54 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 255 | 0.92 | 0.52 | 0 | 0 | 214.1 | 1 | 0.54 |
| Hex | 15 | 7A | FF | 5C | 34 | 0 | 0 | D6 | 64 | 36 |
| Octal | 25 | 172 | 377 | 134 | 64 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10101 | 1111010 | 11111111 | 1011100 | 110100 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #157AFF
Complementary color
Monochromatic Colors of #157AFF
Black with #157AFF
Text Example
Text Example
White with #157AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157AFF; }
p { color: rgb(21,122,255); }
H1.HeaderClassName
{
color: #157AFF;
}
.AnyTagClassName
{
color: #157AFF;
}
</style>
background-color css
<style>
a { background-color: #157AFF; }
a { background-color: rgb(21,122,255); }
div.DivClassName
{
background-color: #157AFF;
}
.BgClassName
{
background-color: #157AFF;
}
</style>
border-color css
<style>
span { border-color: #157AFF; }
span { border-color: rgb(21,122,255); }
td.TdClassName
{
border-color: #157AFF;
}
.TagClassName
{
border-color: #157AFF;
}
</style>