Shades of Dodger Blue #1394FA
Tints of Dodger Blue #1394FA
RGB
CMYK
RGB Variations
Color information
#1394FA (or 0x1394FA) is known color: Dodger Blue. HEX triplet: 13, 94 and FA. RGB value is (19,148,250). Sum of RGB (Red+Green+Blue) = 19+148+250=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #1394FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1394FA is #EC6B05. Grayscale: #787878. Windows color (decimal): -15493894 or 16421907. OLE color: 16421907.
HSL color Cylindrical-coordinate representation of color #1394FA: hue angle of 206.49º 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 #1394FA is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 148 | 250 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.02 |
| HSL | 206.49º | 0.96% | 0.53% | - |
| HSV(B) | 206.49º | 0.92% | 0.98% | - |
| XYZ | 28.11 | 28.22 | 94.41 | - |
| YUV | 121.06 | 200.76 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 250 | 0.92 | 0.41 | 0 | 0.02 | 206.49 | 0.96 | 0.53 |
| Hex | 13 | 94 | FA | 5C | 29 | 0 | 2 | CE | 60 | 35 |
| Octal | 23 | 224 | 372 | 134 | 51 | 0 | 2 | 316 | 140 | 65 |
| Binary | 10011 | 10010100 | 11111010 | 1011100 | 101001 | 0 | 10 | 11001110 | 1100000 | 110101 |
Color Harmonies of #1394FA
Complementary color
Monochromatic Colors of #1394FA
Black with #1394FA
Text Example
Text Example
White with #1394FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394FA; }
p { color: rgb(19,148,250); }
H1.HeaderClassName
{
color: #1394FA;
}
.AnyTagClassName
{
color: #1394FA;
}
</style>
background-color css
<style>
a { background-color: #1394FA; }
a { background-color: rgb(19,148,250); }
div.DivClassName
{
background-color: #1394FA;
}
.BgClassName
{
background-color: #1394FA;
}
</style>
border-color css
<style>
span { border-color: #1394FA; }
span { border-color: rgb(19,148,250); }
td.TdClassName
{
border-color: #1394FA;
}
.TagClassName
{
border-color: #1394FA;
}
</style>