Shades of Dodger Blue #157BEF
Tints of Dodger Blue #157BEF
RGB
CMYK
RGB Variations
Color information
#157BEF (or 0x157BEF) is known color: Dodger Blue. HEX triplet: 15, 7B and EF. RGB value is (21,123,239). Sum of RGB (Red+Green+Blue) = 21+123+239=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #157BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #157BEF is #EA8410. Grayscale: #696969. Windows color (decimal): -15369233 or 15694613. OLE color: 15694613.
HSL color Cylindrical-coordinate representation of color #157BEF: hue angle of 211.93º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157BEF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 123 | 239 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.06 |
| HSL | 211.93º | 0.87% | 0.51% | - |
| HSV(B) | 211.93º | 0.91% | 0.94% | - |
| XYZ | 22.97 | 20.56 | 84.42 | - |
| YUV | 105.73 | 203.21 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 239 | 0.91 | 0.49 | 0 | 0.06 | 211.93 | 0.87 | 0.51 |
| Hex | 15 | 7B | EF | 5B | 31 | 0 | 6 | D4 | 57 | 33 |
| Octal | 25 | 173 | 357 | 133 | 61 | 0 | 6 | 324 | 127 | 63 |
| Binary | 10101 | 1111011 | 11101111 | 1011011 | 110001 | 0 | 110 | 11010100 | 1010111 | 110011 |
Color Harmonies of #157BEF
Complementary color
Monochromatic Colors of #157BEF
Black with #157BEF
Text Example
Text Example
White with #157BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157BEF; }
p { color: rgb(21,123,239); }
H1.HeaderClassName
{
color: #157BEF;
}
.AnyTagClassName
{
color: #157BEF;
}
</style>
background-color css
<style>
a { background-color: #157BEF; }
a { background-color: rgb(21,123,239); }
div.DivClassName
{
background-color: #157BEF;
}
.BgClassName
{
background-color: #157BEF;
}
</style>
border-color css
<style>
span { border-color: #157BEF; }
span { border-color: rgb(21,123,239); }
td.TdClassName
{
border-color: #157BEF;
}
.TagClassName
{
border-color: #157BEF;
}
</style>