Shades of Dodger Blue #157CFE
Tints of Dodger Blue #157CFE
RGB
CMYK
RGB Variations
Color information
#157CFE (or 0x157CFE) is known color: Dodger Blue. HEX triplet: 15, 7C and FE. RGB value is (21,124,254). Sum of RGB (Red+Green+Blue) = 21+124+254=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #157CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157CFE is #EA8301. Grayscale: #6B6B6B. Windows color (decimal): -15368962 or 16677909. OLE color: 16677909.
HSL color Cylindrical-coordinate representation of color #157CFE: hue angle of 213.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #157CFE is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 124 | 254 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.00 |
| HSL | 213.48º | 0.99% | 0.54% | - |
| HSV(B) | 213.48º | 0.92% | 1% | - |
| XYZ | 25.41 | 21.73 | 96.62 | - |
| YUV | 108.02 | 210.38 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 254 | 0.92 | 0.51 | 0 | 0.00 | 213.48 | 0.99 | 0.54 |
| Hex | 15 | 7C | FE | 5C | 33 | 0 | 0 | D5 | 63 | 36 |
| Octal | 25 | 174 | 376 | 134 | 63 | 0 | 0 | 325 | 143 | 66 |
| Binary | 10101 | 1111100 | 11111110 | 1011100 | 110011 | 0 | 0 | 11010101 | 1100011 | 110110 |
Color Harmonies of #157CFE
Complementary color
Monochromatic Colors of #157CFE
Black with #157CFE
Text Example
Text Example
White with #157CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157CFE; }
p { color: rgb(21,124,254); }
H1.HeaderClassName
{
color: #157CFE;
}
.AnyTagClassName
{
color: #157CFE;
}
</style>
background-color css
<style>
a { background-color: #157CFE; }
a { background-color: rgb(21,124,254); }
div.DivClassName
{
background-color: #157CFE;
}
.BgClassName
{
background-color: #157CFE;
}
</style>
border-color css
<style>
span { border-color: #157CFE; }
span { border-color: rgb(21,124,254); }
td.TdClassName
{
border-color: #157CFE;
}
.TagClassName
{
border-color: #157CFE;
}
</style>