Shades of Dodger Blue #137FF3
Tints of Dodger Blue #137FF3
RGB
CMYK
RGB Variations
Color information
#137FF3 (or 0x137FF3) is known color: Dodger Blue. HEX triplet: 13, 7F and F3. RGB value is (19,127,243). Sum of RGB (Red+Green+Blue) = 19+127+243=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #137FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FF3 is #EC800C. Grayscale: #6B6B6B. Windows color (decimal): -15499277 or 15957779. OLE color: 15957779.
HSL color Cylindrical-coordinate representation of color #137FF3: hue angle of 211.07º 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 #137FF3 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 127 | 243 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.05 |
| HSL | 211.07º | 0.9% | 0.51% | - |
| HSV(B) | 211.07º | 0.92% | 0.95% | - |
| XYZ | 24.04 | 21.79 | 87.73 | - |
| YUV | 107.93 | 204.22 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 243 | 0.92 | 0.48 | 0 | 0.05 | 211.07 | 0.9 | 0.51 |
| Hex | 13 | 7F | F3 | 5C | 30 | 0 | 5 | D3 | 5A | 33 |
| Octal | 23 | 177 | 363 | 134 | 60 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10011 | 1111111 | 11110011 | 1011100 | 110000 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #137FF3
Complementary color
Monochromatic Colors of #137FF3
Black with #137FF3
Text Example
Text Example
White with #137FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FF3; }
p { color: rgb(19,127,243); }
H1.HeaderClassName
{
color: #137FF3;
}
.AnyTagClassName
{
color: #137FF3;
}
</style>
background-color css
<style>
a { background-color: #137FF3; }
a { background-color: rgb(19,127,243); }
div.DivClassName
{
background-color: #137FF3;
}
.BgClassName
{
background-color: #137FF3;
}
</style>
border-color css
<style>
span { border-color: #137FF3; }
span { border-color: rgb(19,127,243); }
td.TdClassName
{
border-color: #137FF3;
}
.TagClassName
{
border-color: #137FF3;
}
</style>