Shades of Dodger Blue #137BFD
Tints of Dodger Blue #137BFD
RGB
CMYK
RGB Variations
Color information
#137BFD (or 0x137BFD) is known color: Dodger Blue. HEX triplet: 13, 7B and FD. RGB value is (19,123,253). Sum of RGB (Red+Green+Blue) = 19+123+253=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #137BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BFD is #EC8402. Grayscale: #6A6A6A. Windows color (decimal): -15500291 or 16612115. OLE color: 16612115.
HSL color Cylindrical-coordinate representation of color #137BFD: hue angle of 213.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137BFD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 123 | 253 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.01 |
| HSL | 213.33º | 0.98% | 0.53% | - |
| HSV(B) | 213.33º | 0.92% | 0.99% | - |
| XYZ | 25.08 | 21.4 | 95.74 | - |
| YUV | 106.72 | 210.54 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 253 | 0.92 | 0.51 | 0 | 0.01 | 213.33 | 0.98 | 0.53 |
| Hex | 13 | 7B | FD | 5C | 33 | 0 | 1 | D5 | 62 | 35 |
| Octal | 23 | 173 | 375 | 134 | 63 | 0 | 1 | 325 | 142 | 65 |
| Binary | 10011 | 1111011 | 11111101 | 1011100 | 110011 | 0 | 1 | 11010101 | 1100010 | 110101 |
Color Harmonies of #137BFD
Complementary color
Monochromatic Colors of #137BFD
Black with #137BFD
Text Example
Text Example
White with #137BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BFD; }
p { color: rgb(19,123,253); }
H1.HeaderClassName
{
color: #137BFD;
}
.AnyTagClassName
{
color: #137BFD;
}
</style>
background-color css
<style>
a { background-color: #137BFD; }
a { background-color: rgb(19,123,253); }
div.DivClassName
{
background-color: #137BFD;
}
.BgClassName
{
background-color: #137BFD;
}
</style>
border-color css
<style>
span { border-color: #137BFD; }
span { border-color: rgb(19,123,253); }
td.TdClassName
{
border-color: #137BFD;
}
.TagClassName
{
border-color: #137BFD;
}
</style>