Shades of Dodger Blue #157FFF
Tints of Dodger Blue #157FFF
RGB
CMYK
RGB Variations
Color information
#157FFF (or 0x157FFF) is known color: Dodger Blue. HEX triplet: 15, 7F and FF. RGB value is (21,127,255). Sum of RGB (Red+Green+Blue) = 21+127+255=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #157FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157FFF is #EA8000. Grayscale: #6D6D6D. Windows color (decimal): -15368193 or 16744213. OLE color: 16744213.
HSL color Cylindrical-coordinate representation of color #157FFF: hue angle of 212.82º 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 #157FFF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 127 | 255 | - |
| CMYK | 0.92 | 0.50 | 0 | 0 |
| HSL | 212.82º | 1% | 0.54% | - |
| HSV(B) | 212.82º | 0.92% | 1% | - |
| XYZ | 25.95 | 22.56 | 97.59 | - |
| YUV | 109.9 | 209.88 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 255 | 0.92 | 0.50 | 0 | 0 | 212.82 | 1 | 0.54 |
| Hex | 15 | 7F | FF | 5C | 32 | 0 | 0 | D5 | 64 | 36 |
| Octal | 25 | 177 | 377 | 134 | 62 | 0 | 0 | 325 | 144 | 66 |
| Binary | 10101 | 1111111 | 11111111 | 1011100 | 110010 | 0 | 0 | 11010101 | 1100100 | 110110 |
Color Harmonies of #157FFF
Complementary color
Monochromatic Colors of #157FFF
Black with #157FFF
Text Example
Text Example
White with #157FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157FFF; }
p { color: rgb(21,127,255); }
H1.HeaderClassName
{
color: #157FFF;
}
.AnyTagClassName
{
color: #157FFF;
}
</style>
background-color css
<style>
a { background-color: #157FFF; }
a { background-color: rgb(21,127,255); }
div.DivClassName
{
background-color: #157FFF;
}
.BgClassName
{
background-color: #157FFF;
}
</style>
border-color css
<style>
span { border-color: #157FFF; }
span { border-color: rgb(21,127,255); }
td.TdClassName
{
border-color: #157FFF;
}
.TagClassName
{
border-color: #157FFF;
}
</style>