Shades of Dodger Blue #1379E8
Tints of Dodger Blue #1379E8
RGB
CMYK
RGB Variations
Color information
#1379E8 (or 0x1379E8) is known color: Dodger Blue. HEX triplet: 13, 79 and E8. RGB value is (19,121,232). Sum of RGB (Red+Green+Blue) = 19+121+232=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 232 (91.02% from 255 or 62.37% from 372); Max value from RGB is 232 - color contains mainly: blue. Hex color #1379E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1379E8 is #EC8617. Grayscale: #666666. Windows color (decimal): -15500824 or 15235347. OLE color: 15235347.
HSL color Cylindrical-coordinate representation of color #1379E8: hue angle of 211.27º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1379E8 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 121 | 232 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.09 |
| HSL | 211.27º | 0.85% | 0.49% | - |
| HSV(B) | 211.27º | 0.92% | 0.91% | - |
| XYZ | 21.67 | 19.64 | 78.99 | - |
| YUV | 103.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 232 | 0.92 | 0.48 | 0 | 0.09 | 211.27 | 0.85 | 0.49 |
| Hex | 13 | 79 | E8 | 5C | 30 | 0 | 9 | D3 | 55 | 31 |
| Octal | 23 | 171 | 350 | 134 | 60 | 0 | 11 | 323 | 125 | 61 |
| Binary | 10011 | 1111001 | 11101000 | 1011100 | 110000 | 0 | 1001 | 11010011 | 1010101 | 110001 |
Color Harmonies of #1379E8
Complementary color
Monochromatic Colors of #1379E8
Black with #1379E8
Text Example
Text Example
White with #1379E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379E8; }
p { color: rgb(19,121,232); }
H1.HeaderClassName
{
color: #1379E8;
}
.AnyTagClassName
{
color: #1379E8;
}
</style>
background-color css
<style>
a { background-color: #1379E8; }
a { background-color: rgb(19,121,232); }
div.DivClassName
{
background-color: #1379E8;
}
.BgClassName
{
background-color: #1379E8;
}
</style>
border-color css
<style>
span { border-color: #1379E8; }
span { border-color: rgb(19,121,232); }
td.TdClassName
{
border-color: #1379E8;
}
.TagClassName
{
border-color: #1379E8;
}
</style>