Shades of Dodger Blue #1370FE
Tints of Dodger Blue #1370FE
RGB
CMYK
RGB Variations
Color information
#1370FE (or 0x1370FE) is known color: Dodger Blue. HEX triplet: 13, 70 and FE. RGB value is (19,112,254). Sum of RGB (Red+Green+Blue) = 19+112+254=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #1370FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1370FE is #EC8F01. Grayscale: #636363. Windows color (decimal): -15503106 or 16674835. OLE color: 16674835.
HSL color Cylindrical-coordinate representation of color #1370FE: hue angle of 216.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1370FE is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 112 | 254 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.00 |
| HSL | 216.26º | 0.99% | 0.54% | - |
| HSV(B) | 216.26º | 0.93% | 1% | - |
| XYZ | 23.95 | 18.88 | 96.15 | - |
| YUV | 100.38 | 214.69 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 254 | 0.93 | 0.56 | 0 | 0.00 | 216.26 | 0.99 | 0.54 |
| Hex | 13 | 70 | FE | 5D | 38 | 0 | 0 | D8 | 63 | 36 |
| Octal | 23 | 160 | 376 | 135 | 70 | 0 | 0 | 330 | 143 | 66 |
| Binary | 10011 | 1110000 | 11111110 | 1011101 | 111000 | 0 | 0 | 11011000 | 1100011 | 110110 |
Color Harmonies of #1370FE
Complementary color
Monochromatic Colors of #1370FE
Black with #1370FE
Text Example
Text Example
White with #1370FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370FE; }
p { color: rgb(19,112,254); }
H1.HeaderClassName
{
color: #1370FE;
}
.AnyTagClassName
{
color: #1370FE;
}
</style>
background-color css
<style>
a { background-color: #1370FE; }
a { background-color: rgb(19,112,254); }
div.DivClassName
{
background-color: #1370FE;
}
.BgClassName
{
background-color: #1370FE;
}
</style>
border-color css
<style>
span { border-color: #1370FE; }
span { border-color: rgb(19,112,254); }
td.TdClassName
{
border-color: #1370FE;
}
.TagClassName
{
border-color: #1370FE;
}
</style>