Shades of Dodger Blue #137BEE
Tints of Dodger Blue #137BEE
RGB
CMYK
RGB Variations
Color information
#137BEE (or 0x137BEE) is known color: Dodger Blue. HEX triplet: 13, 7B and EE. RGB value is (19,123,238). Sum of RGB (Red+Green+Blue) = 19+123+238=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #137BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BEE is #EC8411. Grayscale: #686868. Windows color (decimal): -15500306 or 15629075. OLE color: 15629075.
HSL color Cylindrical-coordinate representation of color #137BEE: hue angle of 211.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137BEE is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 123 | 238 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.07 |
| HSL | 211.51º | 0.87% | 0.5% | - |
| HSV(B) | 211.51º | 0.92% | 0.93% | - |
| XYZ | 22.78 | 20.48 | 83.64 | - |
| YUV | 105.01 | 203.04 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 238 | 0.92 | 0.48 | 0 | 0.07 | 211.51 | 0.87 | 0.5 |
| Hex | 13 | 7B | EE | 5C | 30 | 0 | 7 | D4 | 57 | 32 |
| Octal | 23 | 173 | 356 | 134 | 60 | 0 | 7 | 324 | 127 | 62 |
| Binary | 10011 | 1111011 | 11101110 | 1011100 | 110000 | 0 | 111 | 11010100 | 1010111 | 110010 |
Color Harmonies of #137BEE
Complementary color
Monochromatic Colors of #137BEE
Black with #137BEE
Text Example
Text Example
White with #137BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BEE; }
p { color: rgb(19,123,238); }
H1.HeaderClassName
{
color: #137BEE;
}
.AnyTagClassName
{
color: #137BEE;
}
</style>
background-color css
<style>
a { background-color: #137BEE; }
a { background-color: rgb(19,123,238); }
div.DivClassName
{
background-color: #137BEE;
}
.BgClassName
{
background-color: #137BEE;
}
</style>
border-color css
<style>
span { border-color: #137BEE; }
span { border-color: rgb(19,123,238); }
td.TdClassName
{
border-color: #137BEE;
}
.TagClassName
{
border-color: #137BEE;
}
</style>