Shades of Dodger Blue #1387F7
Tints of Dodger Blue #1387F7
RGB
CMYK
RGB Variations
Color information
#1387F7 (or 0x1387F7) is known color: Dodger Blue. HEX triplet: 13, 87 and F7. RGB value is (19,135,247). Sum of RGB (Red+Green+Blue) = 19+135+247=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 247 (96.88% from 255 or 61.60% from 401); Max value from RGB is 247 - color contains mainly: blue. Hex color #1387F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1387F7 is #EC7808. Grayscale: #707070. Windows color (decimal): -15497225 or 16221971. OLE color: 16221971.
HSL color Cylindrical-coordinate representation of color #1387F7: hue angle of 209.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1387F7 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 135 | 247 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.03 |
| HSL | 209.47º | 0.93% | 0.52% | - |
| HSV(B) | 209.47º | 0.92% | 0.97% | - |
| XYZ | 25.72 | 24.18 | 91.31 | - |
| YUV | 113.08 | 203.57 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 247 | 0.92 | 0.45 | 0 | 0.03 | 209.47 | 0.93 | 0.52 |
| Hex | 13 | 87 | F7 | 5C | 2D | 0 | 3 | D1 | 5D | 34 |
| Octal | 23 | 207 | 367 | 134 | 55 | 0 | 3 | 321 | 135 | 64 |
| Binary | 10011 | 10000111 | 11110111 | 1011100 | 101101 | 0 | 11 | 11010001 | 1011101 | 110100 |
Color Harmonies of #1387F7
Complementary color
Monochromatic Colors of #1387F7
Black with #1387F7
Text Example
Text Example
White with #1387F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387F7; }
p { color: rgb(19,135,247); }
H1.HeaderClassName
{
color: #1387F7;
}
.AnyTagClassName
{
color: #1387F7;
}
</style>
background-color css
<style>
a { background-color: #1387F7; }
a { background-color: rgb(19,135,247); }
div.DivClassName
{
background-color: #1387F7;
}
.BgClassName
{
background-color: #1387F7;
}
</style>
border-color css
<style>
span { border-color: #1387F7; }
span { border-color: rgb(19,135,247); }
td.TdClassName
{
border-color: #1387F7;
}
.TagClassName
{
border-color: #1387F7;
}
</style>