Shades of Dodger Blue #1395DF
Tints of Dodger Blue #1395DF
RGB
CMYK
RGB Variations
Color information
#1395DF (or 0x1395DF) is known color: Dodger Blue. HEX triplet: 13, 95 and DF. RGB value is (19,149,223). Sum of RGB (Red+Green+Blue) = 19+149+223=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #1395DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1395DF is #EC6A20. Grayscale: #767676. Windows color (decimal): -15493665 or 14652691. OLE color: 14652691.
HSL color Cylindrical-coordinate representation of color #1395DF: hue angle of 201.76º 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 #1395DF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 149 | 223 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.13 |
| HSL | 201.76º | 0.84% | 0.47% | - |
| HSV(B) | 201.76º | 0.91% | 0.87% | - |
| XYZ | 24.34 | 26.96 | 73.73 | - |
| YUV | 118.57 | 186.93 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 223 | 0.91 | 0.33 | 0 | 0.13 | 201.76 | 0.84 | 0.47 |
| Hex | 13 | 95 | DF | 5B | 21 | 0 | D | CA | 54 | 2F |
| Octal | 23 | 225 | 337 | 133 | 41 | 0 | 15 | 312 | 124 | 57 |
| Binary | 10011 | 10010101 | 11011111 | 1011011 | 100001 | 0 | 1101 | 11001010 | 1010100 | 101111 |
Color Harmonies of #1395DF
Complementary color
Monochromatic Colors of #1395DF
Black with #1395DF
Text Example
Text Example
White with #1395DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1395DF; }
p { color: rgb(19,149,223); }
H1.HeaderClassName
{
color: #1395DF;
}
.AnyTagClassName
{
color: #1395DF;
}
</style>
background-color css
<style>
a { background-color: #1395DF; }
a { background-color: rgb(19,149,223); }
div.DivClassName
{
background-color: #1395DF;
}
.BgClassName
{
background-color: #1395DF;
}
</style>
border-color css
<style>
span { border-color: #1395DF; }
span { border-color: rgb(19,149,223); }
td.TdClassName
{
border-color: #1395DF;
}
.TagClassName
{
border-color: #1395DF;
}
</style>