Shades of Dodger Blue #1394DF
Tints of Dodger Blue #1394DF
RGB
CMYK
RGB Variations
Color information
#1394DF (or 0x1394DF) is known color: Dodger Blue. HEX triplet: 13, 94 and DF. RGB value is (19,148,223). Sum of RGB (Red+Green+Blue) = 19+148+223=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #1394DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394DF is #EC6B20. Grayscale: #757575. Windows color (decimal): -15493921 or 14652435. OLE color: 14652435.
HSL color Cylindrical-coordinate representation of color #1394DF: hue angle of 202.06º 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 #1394DF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 148 | 223 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.13 |
| HSL | 202.06º | 0.84% | 0.47% | - |
| HSV(B) | 202.06º | 0.91% | 0.87% | - |
| XYZ | 24.18 | 26.65 | 73.68 | - |
| YUV | 117.98 | 187.26 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 223 | 0.91 | 0.34 | 0 | 0.13 | 202.06 | 0.84 | 0.47 |
| Hex | 13 | 94 | DF | 5B | 22 | 0 | D | CA | 54 | 2F |
| Octal | 23 | 224 | 337 | 133 | 42 | 0 | 15 | 312 | 124 | 57 |
| Binary | 10011 | 10010100 | 11011111 | 1011011 | 100010 | 0 | 1101 | 11001010 | 1010100 | 101111 |
Color Harmonies of #1394DF
Complementary color
Monochromatic Colors of #1394DF
Black with #1394DF
Text Example
Text Example
White with #1394DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394DF; }
p { color: rgb(19,148,223); }
H1.HeaderClassName
{
color: #1394DF;
}
.AnyTagClassName
{
color: #1394DF;
}
</style>
background-color css
<style>
a { background-color: #1394DF; }
a { background-color: rgb(19,148,223); }
div.DivClassName
{
background-color: #1394DF;
}
.BgClassName
{
background-color: #1394DF;
}
</style>
border-color css
<style>
span { border-color: #1394DF; }
span { border-color: rgb(19,148,223); }
td.TdClassName
{
border-color: #1394DF;
}
.TagClassName
{
border-color: #1394DF;
}
</style>