Shades of Dodger Blue #137BFC
Tints of Dodger Blue #137BFC
RGB
CMYK
RGB Variations
Color information
#137BFC (or 0x137BFC) is known color: Dodger Blue. HEX triplet: 13, 7B and FC. RGB value is (19,123,252). Sum of RGB (Red+Green+Blue) = 19+123+252=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #137BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BFC is #EC8403. Grayscale: #696969. Windows color (decimal): -15500292 or 16546579. OLE color: 16546579.
HSL color Cylindrical-coordinate representation of color #137BFC: hue angle of 213.22º degrees, saturation: 0.97, 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 #137BFC is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 123 | 252 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.01 |
| HSL | 213.22º | 0.97% | 0.53% | - |
| HSV(B) | 213.22º | 0.92% | 0.99% | - |
| XYZ | 24.92 | 21.33 | 94.9 | - |
| YUV | 106.61 | 210.04 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 252 | 0.92 | 0.51 | 0 | 0.01 | 213.22 | 0.97 | 0.53 |
| Hex | 13 | 7B | FC | 5C | 33 | 0 | 1 | D5 | 61 | 35 |
| Octal | 23 | 173 | 374 | 134 | 63 | 0 | 1 | 325 | 141 | 65 |
| Binary | 10011 | 1111011 | 11111100 | 1011100 | 110011 | 0 | 1 | 11010101 | 1100001 | 110101 |
Color Harmonies of #137BFC
Complementary color
Monochromatic Colors of #137BFC
Black with #137BFC
Text Example
Text Example
White with #137BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BFC; }
p { color: rgb(19,123,252); }
H1.HeaderClassName
{
color: #137BFC;
}
.AnyTagClassName
{
color: #137BFC;
}
</style>
background-color css
<style>
a { background-color: #137BFC; }
a { background-color: rgb(19,123,252); }
div.DivClassName
{
background-color: #137BFC;
}
.BgClassName
{
background-color: #137BFC;
}
</style>
border-color css
<style>
span { border-color: #137BFC; }
span { border-color: rgb(19,123,252); }
td.TdClassName
{
border-color: #137BFC;
}
.TagClassName
{
border-color: #137BFC;
}
</style>