Shades of Dodger Blue #1392FD
Tints of Dodger Blue #1392FD
RGB
CMYK
RGB Variations
Color information
#1392FD (or 0x1392FD) is known color: Dodger Blue. HEX triplet: 13, 92 and FD. RGB value is (19,146,253). Sum of RGB (Red+Green+Blue) = 19+146+253=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #1392FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1392FD is #EC6D02. Grayscale: #777777. Windows color (decimal): -15494403 or 16618003. OLE color: 16618003.
HSL color Cylindrical-coordinate representation of color #1392FD: hue angle of 207.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1392FD is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 146 | 253 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.01 |
| HSL | 207.44º | 0.98% | 0.53% | - |
| HSV(B) | 207.44º | 0.92% | 0.99% | - |
| XYZ | 28.28 | 27.79 | 96.8 | - |
| YUV | 120.23 | 202.92 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 253 | 0.92 | 0.42 | 0 | 0.01 | 207.44 | 0.98 | 0.53 |
| Hex | 13 | 92 | FD | 5C | 2A | 0 | 1 | CF | 62 | 35 |
| Octal | 23 | 222 | 375 | 134 | 52 | 0 | 1 | 317 | 142 | 65 |
| Binary | 10011 | 10010010 | 11111101 | 1011100 | 101010 | 0 | 1 | 11001111 | 1100010 | 110101 |
Color Harmonies of #1392FD
Complementary color
Monochromatic Colors of #1392FD
Black with #1392FD
Text Example
Text Example
White with #1392FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392FD; }
p { color: rgb(19,146,253); }
H1.HeaderClassName
{
color: #1392FD;
}
.AnyTagClassName
{
color: #1392FD;
}
</style>
background-color css
<style>
a { background-color: #1392FD; }
a { background-color: rgb(19,146,253); }
div.DivClassName
{
background-color: #1392FD;
}
.BgClassName
{
background-color: #1392FD;
}
</style>
border-color css
<style>
span { border-color: #1392FD; }
span { border-color: rgb(19,146,253); }
td.TdClassName
{
border-color: #1392FD;
}
.TagClassName
{
border-color: #1392FD;
}
</style>