Shades of Dodger Blue #157BFF
Tints of Dodger Blue #157BFF
RGB
CMYK
RGB Variations
Color information
#157BFF (or 0x157BFF) is known color: Dodger Blue. HEX triplet: 15, 7B and FF. RGB value is (21,123,255). Sum of RGB (Red+Green+Blue) = 21+123+255=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #157BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BFF is #EA8400. Grayscale: #6A6A6A. Windows color (decimal): -15369217 or 16743189. OLE color: 16743189.
HSL color Cylindrical-coordinate representation of color #157BFF: hue angle of 213.85º 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 #157BFF is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 123 | 255 | - |
| CMYK | 0.92 | 0.52 | 0 | 0 |
| HSL | 213.85º | 1% | 0.54% | - |
| HSV(B) | 213.85º | 0.92% | 1% | - |
| XYZ | 25.44 | 21.55 | 97.43 | - |
| YUV | 107.55 | 211.21 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 255 | 0.92 | 0.52 | 0 | 0 | 213.85 | 1 | 0.54 |
| Hex | 15 | 7B | FF | 5C | 34 | 0 | 0 | D6 | 64 | 36 |
| Octal | 25 | 173 | 377 | 134 | 64 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10101 | 1111011 | 11111111 | 1011100 | 110100 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #157BFF
Complementary color
Monochromatic Colors of #157BFF
Black with #157BFF
Text Example
Text Example
White with #157BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BFF; }
p { color: rgb(21,123,255); }
H1.HeaderClassName
{
color: #157BFF;
}
.AnyTagClassName
{
color: #157BFF;
}
</style>
background-color css
<style>
a { background-color: #157BFF; }
a { background-color: rgb(21,123,255); }
div.DivClassName
{
background-color: #157BFF;
}
.BgClassName
{
background-color: #157BFF;
}
</style>
border-color css
<style>
span { border-color: #157BFF; }
span { border-color: rgb(21,123,255); }
td.TdClassName
{
border-color: #157BFF;
}
.TagClassName
{
border-color: #157BFF;
}
</style>