Shades of Dodger Blue #157CFF
Tints of Dodger Blue #157CFF
RGB
CMYK
RGB Variations
Color information
#157CFF (or 0x157CFF) is known color: Dodger Blue. HEX triplet: 15, 7C and FF. RGB value is (21,124,255). Sum of RGB (Red+Green+Blue) = 21+124+255=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #157CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CFF is #EA8300. Grayscale: #6B6B6B. Windows color (decimal): -15368961 or 16743445. OLE color: 16743445.
HSL color Cylindrical-coordinate representation of color #157CFF: hue angle of 213.59º 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 #157CFF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 124 | 255 | - |
| CMYK | 0.92 | 0.51 | 0 | 0 |
| HSL | 213.59º | 1% | 0.54% | - |
| HSV(B) | 213.59º | 0.92% | 1% | - |
| XYZ | 25.57 | 21.79 | 97.47 | - |
| YUV | 108.14 | 210.88 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 255 | 0.92 | 0.51 | 0 | 0 | 213.59 | 1 | 0.54 |
| Hex | 15 | 7C | FF | 5C | 33 | 0 | 0 | D6 | 64 | 36 |
| Octal | 25 | 174 | 377 | 134 | 63 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10101 | 1111100 | 11111111 | 1011100 | 110011 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #157CFF
Complementary color
Monochromatic Colors of #157CFF
Black with #157CFF
Text Example
Text Example
White with #157CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CFF; }
p { color: rgb(21,124,255); }
H1.HeaderClassName
{
color: #157CFF;
}
.AnyTagClassName
{
color: #157CFF;
}
</style>
background-color css
<style>
a { background-color: #157CFF; }
a { background-color: rgb(21,124,255); }
div.DivClassName
{
background-color: #157CFF;
}
.BgClassName
{
background-color: #157CFF;
}
</style>
border-color css
<style>
span { border-color: #157CFF; }
span { border-color: rgb(21,124,255); }
td.TdClassName
{
border-color: #157CFF;
}
.TagClassName
{
border-color: #157CFF;
}
</style>