Shades of Dodger Blue #1385FD
Tints of Dodger Blue #1385FD
RGB
CMYK
RGB Variations
Color information
#1385FD (or 0x1385FD) is known color: Dodger Blue. HEX triplet: 13, 85 and FD. RGB value is (19,133,253). Sum of RGB (Red+Green+Blue) = 19+133+253=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #1385FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1385FD is #EC7A02. Grayscale: #707070. Windows color (decimal): -15497731 or 16614675. OLE color: 16614675.
HSL color Cylindrical-coordinate representation of color #1385FD: hue angle of 210.77º 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 #1385FD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 133 | 253 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.01 |
| HSL | 210.77º | 0.98% | 0.53% | - |
| HSV(B) | 210.77º | 0.92% | 0.99% | - |
| XYZ | 26.39 | 24.01 | 96.17 | - |
| YUV | 112.59 | 207.23 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 253 | 0.92 | 0.47 | 0 | 0.01 | 210.77 | 0.98 | 0.53 |
| Hex | 13 | 85 | FD | 5C | 2F | 0 | 1 | D3 | 62 | 35 |
| Octal | 23 | 205 | 375 | 134 | 57 | 0 | 1 | 323 | 142 | 65 |
| Binary | 10011 | 10000101 | 11111101 | 1011100 | 101111 | 0 | 1 | 11010011 | 1100010 | 110101 |
Color Harmonies of #1385FD
Complementary color
Monochromatic Colors of #1385FD
Black with #1385FD
Text Example
Text Example
White with #1385FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385FD; }
p { color: rgb(19,133,253); }
H1.HeaderClassName
{
color: #1385FD;
}
.AnyTagClassName
{
color: #1385FD;
}
</style>
background-color css
<style>
a { background-color: #1385FD; }
a { background-color: rgb(19,133,253); }
div.DivClassName
{
background-color: #1385FD;
}
.BgClassName
{
background-color: #1385FD;
}
</style>
border-color css
<style>
span { border-color: #1385FD; }
span { border-color: rgb(19,133,253); }
td.TdClassName
{
border-color: #1385FD;
}
.TagClassName
{
border-color: #1385FD;
}
</style>