Shades of Dodger Blue #1382FD
Tints of Dodger Blue #1382FD
RGB
CMYK
RGB Variations
Color information
#1382FD (or 0x1382FD) is known color: Dodger Blue. HEX triplet: 13, 82 and FD. RGB value is (19,130,253). Sum of RGB (Red+Green+Blue) = 19+130+253=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #1382FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1382FD is #EC7D02. Grayscale: #6E6E6E. Windows color (decimal): -15498499 or 16613907. OLE color: 16613907.
HSL color Cylindrical-coordinate representation of color #1382FD: hue angle of 211.54º 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 #1382FD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 130 | 253 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.01 |
| HSL | 211.54º | 0.98% | 0.53% | - |
| HSV(B) | 211.54º | 0.92% | 0.99% | - |
| XYZ | 25.98 | 23.2 | 96.04 | - |
| YUV | 110.83 | 208.23 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 253 | 0.92 | 0.49 | 0 | 0.01 | 211.54 | 0.98 | 0.53 |
| Hex | 13 | 82 | FD | 5C | 31 | 0 | 1 | D4 | 62 | 35 |
| Octal | 23 | 202 | 375 | 134 | 61 | 0 | 1 | 324 | 142 | 65 |
| Binary | 10011 | 10000010 | 11111101 | 1011100 | 110001 | 0 | 1 | 11010100 | 1100010 | 110101 |
Color Harmonies of #1382FD
Complementary color
Monochromatic Colors of #1382FD
Black with #1382FD
Text Example
Text Example
White with #1382FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1382FD; }
p { color: rgb(19,130,253); }
H1.HeaderClassName
{
color: #1382FD;
}
.AnyTagClassName
{
color: #1382FD;
}
</style>
background-color css
<style>
a { background-color: #1382FD; }
a { background-color: rgb(19,130,253); }
div.DivClassName
{
background-color: #1382FD;
}
.BgClassName
{
background-color: #1382FD;
}
</style>
border-color css
<style>
span { border-color: #1382FD; }
span { border-color: rgb(19,130,253); }
td.TdClassName
{
border-color: #1382FD;
}
.TagClassName
{
border-color: #1382FD;
}
</style>