Shades of Dodger Blue #1385DE
Tints of Dodger Blue #1385DE
RGB
CMYK
RGB Variations
Color information
#1385DE (or 0x1385DE) is known color: Dodger Blue. HEX triplet: 13, 85 and DE. RGB value is (19,133,222). Sum of RGB (Red+Green+Blue) = 19+133+222=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #1385DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385DE is #EC7A21. Grayscale: #6C6C6C. Windows color (decimal): -15497762 or 14583059. OLE color: 14583059.
HSL color Cylindrical-coordinate representation of color #1385DE: hue angle of 206.31º 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 #1385DE is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 133 | 222 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.13 |
| HSL | 206.31º | 0.84% | 0.47% | - |
| HSV(B) | 206.31º | 0.91% | 0.87% | - |
| XYZ | 21.84 | 22.19 | 72.24 | - |
| YUV | 109.06 | 191.73 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 222 | 0.91 | 0.40 | 0 | 0.13 | 206.31 | 0.84 | 0.47 |
| Hex | 13 | 85 | DE | 5B | 28 | 0 | D | CE | 54 | 2F |
| Octal | 23 | 205 | 336 | 133 | 50 | 0 | 15 | 316 | 124 | 57 |
| Binary | 10011 | 10000101 | 11011110 | 1011011 | 101000 | 0 | 1101 | 11001110 | 1010100 | 101111 |
Color Harmonies of #1385DE
Complementary color
Monochromatic Colors of #1385DE
Black with #1385DE
Text Example
Text Example
White with #1385DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385DE; }
p { color: rgb(19,133,222); }
H1.HeaderClassName
{
color: #1385DE;
}
.AnyTagClassName
{
color: #1385DE;
}
</style>
background-color css
<style>
a { background-color: #1385DE; }
a { background-color: rgb(19,133,222); }
div.DivClassName
{
background-color: #1385DE;
}
.BgClassName
{
background-color: #1385DE;
}
</style>
border-color css
<style>
span { border-color: #1385DE; }
span { border-color: rgb(19,133,222); }
td.TdClassName
{
border-color: #1385DE;
}
.TagClassName
{
border-color: #1385DE;
}
</style>