Shades of Dodger Blue #137CF2
Tints of Dodger Blue #137CF2
RGB
CMYK
RGB Variations
Color information
#137CF2 (or 0x137CF2) is known color: Dodger Blue. HEX triplet: 13, 7C and F2. RGB value is (19,124,242). Sum of RGB (Red+Green+Blue) = 19+124+242=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #137CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CF2 is #EC830D. Grayscale: #696969. Windows color (decimal): -15500046 or 15891475. OLE color: 15891475.
HSL color Cylindrical-coordinate representation of color #137CF2: hue angle of 211.75º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137CF2 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 124 | 242 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.05 |
| HSL | 211.75º | 0.9% | 0.51% | - |
| HSV(B) | 211.75º | 0.92% | 0.95% | - |
| XYZ | 23.5 | 20.96 | 86.81 | - |
| YUV | 106.06 | 204.71 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 242 | 0.92 | 0.49 | 0 | 0.05 | 211.75 | 0.9 | 0.51 |
| Hex | 13 | 7C | F2 | 5C | 31 | 0 | 5 | D4 | 5A | 33 |
| Octal | 23 | 174 | 362 | 134 | 61 | 0 | 5 | 324 | 132 | 63 |
| Binary | 10011 | 1111100 | 11110010 | 1011100 | 110001 | 0 | 101 | 11010100 | 1011010 | 110011 |
Color Harmonies of #137CF2
Complementary color
Monochromatic Colors of #137CF2
Black with #137CF2
Text Example
Text Example
White with #137CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CF2; }
p { color: rgb(19,124,242); }
H1.HeaderClassName
{
color: #137CF2;
}
.AnyTagClassName
{
color: #137CF2;
}
</style>
background-color css
<style>
a { background-color: #137CF2; }
a { background-color: rgb(19,124,242); }
div.DivClassName
{
background-color: #137CF2;
}
.BgClassName
{
background-color: #137CF2;
}
</style>
border-color css
<style>
span { border-color: #137CF2; }
span { border-color: rgb(19,124,242); }
td.TdClassName
{
border-color: #137CF2;
}
.TagClassName
{
border-color: #137CF2;
}
</style>