Shades of Dodger Blue #1379FD
Tints of Dodger Blue #1379FD
RGB
CMYK
RGB Variations
Color information
#1379FD (or 0x1379FD) is known color: Dodger Blue. HEX triplet: 13, 79 and FD. RGB value is (19,121,253). Sum of RGB (Red+Green+Blue) = 19+121+253=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #1379FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1379FD is #EC8602. Grayscale: #686868. Windows color (decimal): -15500803 or 16611603. OLE color: 16611603.
HSL color Cylindrical-coordinate representation of color #1379FD: hue angle of 213.85º 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 #1379FD is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 121 | 253 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.01 |
| HSL | 213.85º | 0.98% | 0.53% | - |
| HSV(B) | 213.85º | 0.92% | 0.99% | - |
| XYZ | 24.84 | 20.91 | 95.65 | - |
| YUV | 105.55 | 211.21 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 253 | 0.92 | 0.52 | 0 | 0.01 | 213.85 | 0.98 | 0.53 |
| Hex | 13 | 79 | FD | 5C | 34 | 0 | 1 | D6 | 62 | 35 |
| Octal | 23 | 171 | 375 | 134 | 64 | 0 | 1 | 326 | 142 | 65 |
| Binary | 10011 | 1111001 | 11111101 | 1011100 | 110100 | 0 | 1 | 11010110 | 1100010 | 110101 |
Color Harmonies of #1379FD
Complementary color
Monochromatic Colors of #1379FD
Black with #1379FD
Text Example
Text Example
White with #1379FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379FD; }
p { color: rgb(19,121,253); }
H1.HeaderClassName
{
color: #1379FD;
}
.AnyTagClassName
{
color: #1379FD;
}
</style>
background-color css
<style>
a { background-color: #1379FD; }
a { background-color: rgb(19,121,253); }
div.DivClassName
{
background-color: #1379FD;
}
.BgClassName
{
background-color: #1379FD;
}
</style>
border-color css
<style>
span { border-color: #1379FD; }
span { border-color: rgb(19,121,253); }
td.TdClassName
{
border-color: #1379FD;
}
.TagClassName
{
border-color: #1379FD;
}
</style>