Shades of Dodger Blue #1385FF
Tints of Dodger Blue #1385FF
RGB
CMYK
RGB Variations
Color information
#1385FF (or 0x1385FF) is known color: Dodger Blue. HEX triplet: 13, 85 and FF. RGB value is (19,133,255). Sum of RGB (Red+Green+Blue) = 19+133+255=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #1385FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1385FF is #EC7A00. Grayscale: #707070. Windows color (decimal): -15497729 or 16745747. OLE color: 16745747.
HSL color Cylindrical-coordinate representation of color #1385FF: hue angle of 211.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1385FF is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 133 | 255 | - |
| CMYK | 0.93 | 0.48 | 0 | 0 |
| HSL | 211.02º | 1% | 0.54% | - |
| HSV(B) | 211.02º | 0.93% | 1% | - |
| XYZ | 26.71 | 24.13 | 97.86 | - |
| YUV | 112.82 | 208.23 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 255 | 0.93 | 0.48 | 0 | 0 | 211.02 | 1 | 0.54 |
| Hex | 13 | 85 | FF | 5D | 30 | 0 | 0 | D3 | 64 | 36 |
| Octal | 23 | 205 | 377 | 135 | 60 | 0 | 0 | 323 | 144 | 66 |
| Binary | 10011 | 10000101 | 11111111 | 1011101 | 110000 | 0 | 0 | 11010011 | 1100100 | 110110 |
Color Harmonies of #1385FF
Complementary color
Monochromatic Colors of #1385FF
Black with #1385FF
Text Example
Text Example
White with #1385FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385FF; }
p { color: rgb(19,133,255); }
H1.HeaderClassName
{
color: #1385FF;
}
.AnyTagClassName
{
color: #1385FF;
}
</style>
background-color css
<style>
a { background-color: #1385FF; }
a { background-color: rgb(19,133,255); }
div.DivClassName
{
background-color: #1385FF;
}
.BgClassName
{
background-color: #1385FF;
}
</style>
border-color css
<style>
span { border-color: #1385FF; }
span { border-color: rgb(19,133,255); }
td.TdClassName
{
border-color: #1385FF;
}
.TagClassName
{
border-color: #1385FF;
}
</style>