Shades of Dodger Blue #1396FA
Tints of Dodger Blue #1396FA
RGB
CMYK
RGB Variations
Color information
#1396FA (or 0x1396FA) is known color: Dodger Blue. HEX triplet: 13, 96 and FA. RGB value is (19,150,250). Sum of RGB (Red+Green+Blue) = 19+150+250=419 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.53% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #1396FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1396FA is #EC6905. Grayscale: #797979. Windows color (decimal): -15493382 or 16422419. OLE color: 16422419.
HSL color Cylindrical-coordinate representation of color #1396FA: hue angle of 205.97º 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 #1396FA is Cyan = 0.92, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 150 | 250 | - |
| CMYK | 0.92 | 0.4 | 0 | 0.02 |
| HSL | 205.97º | 0.96% | 0.53% | - |
| HSV(B) | 205.97º | 0.92% | 0.98% | - |
| XYZ | 28.43 | 28.85 | 94.51 | - |
| YUV | 122.23 | 200.1 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 250 | 0.92 | 0.4 | 0 | 0.02 | 205.97 | 0.96 | 0.53 |
| Hex | 13 | 96 | FA | 5C | 28 | 0 | 2 | CE | 60 | 35 |
| Octal | 23 | 226 | 372 | 134 | 50 | 0 | 2 | 316 | 140 | 65 |
| Binary | 10011 | 10010110 | 11111010 | 1011100 | 101000 | 0 | 10 | 11001110 | 1100000 | 110101 |
Color Harmonies of #1396FA
Complementary color
Monochromatic Colors of #1396FA
Black with #1396FA
Text Example
Text Example
White with #1396FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1396FA; }
p { color: rgb(19,150,250); }
H1.HeaderClassName
{
color: #1396FA;
}
.AnyTagClassName
{
color: #1396FA;
}
</style>
background-color css
<style>
a { background-color: #1396FA; }
a { background-color: rgb(19,150,250); }
div.DivClassName
{
background-color: #1396FA;
}
.BgClassName
{
background-color: #1396FA;
}
</style>
border-color css
<style>
span { border-color: #1396FA; }
span { border-color: rgb(19,150,250); }
td.TdClassName
{
border-color: #1396FA;
}
.TagClassName
{
border-color: #1396FA;
}
</style>