Shades of Dodger Blue #1392DF
Tints of Dodger Blue #1392DF
RGB
CMYK
RGB Variations
Color information
#1392DF (or 0x1392DF) is known color: Dodger Blue. HEX triplet: 13, 92 and DF. RGB value is (19,146,223). Sum of RGB (Red+Green+Blue) = 19+146+223=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #1392DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1392DF is #EC6D20. Grayscale: #747474. Windows color (decimal): -15494433 or 14651923. OLE color: 14651923.
HSL color Cylindrical-coordinate representation of color #1392DF: hue angle of 202.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1392DF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 146 | 223 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.13 |
| HSL | 202.65º | 0.84% | 0.47% | - |
| HSV(B) | 202.65º | 0.91% | 0.87% | - |
| XYZ | 23.87 | 26.02 | 73.58 | - |
| YUV | 116.81 | 187.92 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 223 | 0.91 | 0.35 | 0 | 0.13 | 202.65 | 0.84 | 0.47 |
| Hex | 13 | 92 | DF | 5B | 23 | 0 | D | CB | 54 | 2F |
| Octal | 23 | 222 | 337 | 133 | 43 | 0 | 15 | 313 | 124 | 57 |
| Binary | 10011 | 10010010 | 11011111 | 1011011 | 100011 | 0 | 1101 | 11001011 | 1010100 | 101111 |
Color Harmonies of #1392DF
Complementary color
Monochromatic Colors of #1392DF
Black with #1392DF
Text Example
Text Example
White with #1392DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392DF; }
p { color: rgb(19,146,223); }
H1.HeaderClassName
{
color: #1392DF;
}
.AnyTagClassName
{
color: #1392DF;
}
</style>
background-color css
<style>
a { background-color: #1392DF; }
a { background-color: rgb(19,146,223); }
div.DivClassName
{
background-color: #1392DF;
}
.BgClassName
{
background-color: #1392DF;
}
</style>
border-color css
<style>
span { border-color: #1392DF; }
span { border-color: rgb(19,146,223); }
td.TdClassName
{
border-color: #1392DF;
}
.TagClassName
{
border-color: #1392DF;
}
</style>