Shades of Dodger Blue #1370FF
Tints of Dodger Blue #1370FF
RGB
CMYK
RGB Variations
Color information
#1370FF (or 0x1370FF) is known color: Dodger Blue. HEX triplet: 13, 70 and FF. RGB value is (19,112,255). Sum of RGB (Red+Green+Blue) = 19+112+255=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #1370FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1370FF is #EC8F00. Grayscale: #636363. Windows color (decimal): -15503105 or 16740371. OLE color: 16740371.
HSL color Cylindrical-coordinate representation of color #1370FF: hue angle of 216.36º 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 #1370FF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 112 | 255 | - |
| CMYK | 0.93 | 0.56 | 0 | 0 |
| HSL | 216.36º | 1% | 0.54% | - |
| HSV(B) | 216.36º | 0.93% | 1% | - |
| XYZ | 24.11 | 18.95 | 96.99 | - |
| YUV | 100.5 | 215.19 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 255 | 0.93 | 0.56 | 0 | 0 | 216.36 | 1 | 0.54 |
| Hex | 13 | 70 | FF | 5D | 38 | 0 | 0 | D8 | 64 | 36 |
| Octal | 23 | 160 | 377 | 135 | 70 | 0 | 0 | 330 | 144 | 66 |
| Binary | 10011 | 1110000 | 11111111 | 1011101 | 111000 | 0 | 0 | 11011000 | 1100100 | 110110 |
Color Harmonies of #1370FF
Complementary color
Monochromatic Colors of #1370FF
Black with #1370FF
Text Example
Text Example
White with #1370FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1370FF; }
p { color: rgb(19,112,255); }
H1.HeaderClassName
{
color: #1370FF;
}
.AnyTagClassName
{
color: #1370FF;
}
</style>
background-color css
<style>
a { background-color: #1370FF; }
a { background-color: rgb(19,112,255); }
div.DivClassName
{
background-color: #1370FF;
}
.BgClassName
{
background-color: #1370FF;
}
</style>
border-color css
<style>
span { border-color: #1370FF; }
span { border-color: rgb(19,112,255); }
td.TdClassName
{
border-color: #1370FF;
}
.TagClassName
{
border-color: #1370FF;
}
</style>