Shades of Dodger Blue #157BED
Tints of Dodger Blue #157BED
RGB
CMYK
RGB Variations
Color information
#157BED (or 0x157BED) is known color: Dodger Blue. HEX triplet: 15, 7B and ED. RGB value is (21,123,237). Sum of RGB (Red+Green+Blue) = 21+123+237=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #157BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BED is #EA8412. Grayscale: #686868. Windows color (decimal): -15369235 or 15563541. OLE color: 15563541.
HSL color Cylindrical-coordinate representation of color #157BED: hue angle of 211.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157BED is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 123 | 237 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.07 |
| HSL | 211.67º | 0.86% | 0.51% | - |
| HSV(B) | 211.67º | 0.91% | 0.93% | - |
| XYZ | 22.68 | 20.44 | 82.87 | - |
| YUV | 105.5 | 202.21 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 237 | 0.91 | 0.48 | 0 | 0.07 | 211.67 | 0.86 | 0.51 |
| Hex | 15 | 7B | ED | 5B | 30 | 0 | 7 | D4 | 56 | 33 |
| Octal | 25 | 173 | 355 | 133 | 60 | 0 | 7 | 324 | 126 | 63 |
| Binary | 10101 | 1111011 | 11101101 | 1011011 | 110000 | 0 | 111 | 11010100 | 1010110 | 110011 |
Color Harmonies of #157BED
Complementary color
Monochromatic Colors of #157BED
Black with #157BED
Text Example
Text Example
White with #157BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BED; }
p { color: rgb(21,123,237); }
H1.HeaderClassName
{
color: #157BED;
}
.AnyTagClassName
{
color: #157BED;
}
</style>
background-color css
<style>
a { background-color: #157BED; }
a { background-color: rgb(21,123,237); }
div.DivClassName
{
background-color: #157BED;
}
.BgClassName
{
background-color: #157BED;
}
</style>
border-color css
<style>
span { border-color: #157BED; }
span { border-color: rgb(21,123,237); }
td.TdClassName
{
border-color: #157BED;
}
.TagClassName
{
border-color: #157BED;
}
</style>