Shades of Dodger Blue #1373FA
Tints of Dodger Blue #1373FA
RGB
CMYK
RGB Variations
Color information
#1373FA (or 0x1373FA) is known color: Dodger Blue. HEX triplet: 13, 73 and FA. RGB value is (19,115,250). Sum of RGB (Red+Green+Blue) = 19+115+250=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #1373FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1373FA is #EC8C05. Grayscale: #656565. Windows color (decimal): -15502342 or 16413459. OLE color: 16413459.
HSL color Cylindrical-coordinate representation of color #1373FA: hue angle of 215.06º 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 #1373FA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 115 | 250 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.02 |
| HSL | 215.06º | 0.96% | 0.53% | - |
| HSV(B) | 215.06º | 0.92% | 0.98% | - |
| XYZ | 23.65 | 19.3 | 92.92 | - |
| YUV | 101.69 | 211.7 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 250 | 0.92 | 0.54 | 0 | 0.02 | 215.06 | 0.96 | 0.53 |
| Hex | 13 | 73 | FA | 5C | 36 | 0 | 2 | D7 | 60 | 35 |
| Octal | 23 | 163 | 372 | 134 | 66 | 0 | 2 | 327 | 140 | 65 |
| Binary | 10011 | 1110011 | 11111010 | 1011100 | 110110 | 0 | 10 | 11010111 | 1100000 | 110101 |
Color Harmonies of #1373FA
Complementary color
Monochromatic Colors of #1373FA
Black with #1373FA
Text Example
Text Example
White with #1373FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1373FA; }
p { color: rgb(19,115,250); }
H1.HeaderClassName
{
color: #1373FA;
}
.AnyTagClassName
{
color: #1373FA;
}
</style>
background-color css
<style>
a { background-color: #1373FA; }
a { background-color: rgb(19,115,250); }
div.DivClassName
{
background-color: #1373FA;
}
.BgClassName
{
background-color: #1373FA;
}
</style>
border-color css
<style>
span { border-color: #1373FA; }
span { border-color: rgb(19,115,250); }
td.TdClassName
{
border-color: #1373FA;
}
.TagClassName
{
border-color: #1373FA;
}
</style>