Shades of Dodger Blue #1370FA
Tints of Dodger Blue #1370FA
RGB
CMYK
RGB Variations
Color information
#1370FA (or 0x1370FA) is known color: Dodger Blue. HEX triplet: 13, 70 and FA. RGB value is (19,112,250). Sum of RGB (Red+Green+Blue) = 19+112+250=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #1370FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1370FA is #EC8F05. Grayscale: #636363. Windows color (decimal): -15503110 or 16412691. OLE color: 16412691.
HSL color Cylindrical-coordinate representation of color #1370FA: hue angle of 215.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1370FA is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 112 | 250 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.02 |
| HSL | 215.84º | 0.96% | 0.53% | - |
| HSV(B) | 215.84º | 0.92% | 0.98% | - |
| XYZ | 23.32 | 18.63 | 92.81 | - |
| YUV | 99.93 | 212.69 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 250 | 0.92 | 0.55 | 0 | 0.02 | 215.84 | 0.96 | 0.53 |
| Hex | 13 | 70 | FA | 5C | 37 | 0 | 2 | D8 | 60 | 35 |
| Octal | 23 | 160 | 372 | 134 | 67 | 0 | 2 | 330 | 140 | 65 |
| Binary | 10011 | 1110000 | 11111010 | 1011100 | 110111 | 0 | 10 | 11011000 | 1100000 | 110101 |
Color Harmonies of #1370FA
Complementary color
Monochromatic Colors of #1370FA
Black with #1370FA
Text Example
Text Example
White with #1370FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370FA; }
p { color: rgb(19,112,250); }
H1.HeaderClassName
{
color: #1370FA;
}
.AnyTagClassName
{
color: #1370FA;
}
</style>
background-color css
<style>
a { background-color: #1370FA; }
a { background-color: rgb(19,112,250); }
div.DivClassName
{
background-color: #1370FA;
}
.BgClassName
{
background-color: #1370FA;
}
</style>
border-color css
<style>
span { border-color: #1370FA; }
span { border-color: rgb(19,112,250); }
td.TdClassName
{
border-color: #1370FA;
}
.TagClassName
{
border-color: #1370FA;
}
</style>