Shades of Dodger Blue #1374FA
Tints of Dodger Blue #1374FA
RGB
CMYK
RGB Variations
Color information
#1374FA (or 0x1374FA) is known color: Dodger Blue. HEX triplet: 13, 74 and FA. RGB value is (19,116,250). Sum of RGB (Red+Green+Blue) = 19+116+250=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #1374FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1374FA is #EC8B05. Grayscale: #656565. Windows color (decimal): -15502086 or 16413715. OLE color: 16413715.
HSL color Cylindrical-coordinate representation of color #1374FA: hue angle of 214.81º 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 #1374FA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 116 | 250 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.02 |
| HSL | 214.81º | 0.96% | 0.53% | - |
| HSV(B) | 214.81º | 0.92% | 0.98% | - |
| XYZ | 23.77 | 19.53 | 92.96 | - |
| YUV | 102.27 | 211.36 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 250 | 0.92 | 0.54 | 0 | 0.02 | 214.81 | 0.96 | 0.53 |
| Hex | 13 | 74 | FA | 5C | 36 | 0 | 2 | D7 | 60 | 35 |
| Octal | 23 | 164 | 372 | 134 | 66 | 0 | 2 | 327 | 140 | 65 |
| Binary | 10011 | 1110100 | 11111010 | 1011100 | 110110 | 0 | 10 | 11010111 | 1100000 | 110101 |
Color Harmonies of #1374FA
Complementary color
Monochromatic Colors of #1374FA
Black with #1374FA
Text Example
Text Example
White with #1374FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1374FA; }
p { color: rgb(19,116,250); }
H1.HeaderClassName
{
color: #1374FA;
}
.AnyTagClassName
{
color: #1374FA;
}
</style>
background-color css
<style>
a { background-color: #1374FA; }
a { background-color: rgb(19,116,250); }
div.DivClassName
{
background-color: #1374FA;
}
.BgClassName
{
background-color: #1374FA;
}
</style>
border-color css
<style>
span { border-color: #1374FA; }
span { border-color: rgb(19,116,250); }
td.TdClassName
{
border-color: #1374FA;
}
.TagClassName
{
border-color: #1374FA;
}
</style>