Shades of Dodger Blue #1371FB
Tints of Dodger Blue #1371FB
RGB
CMYK
RGB Variations
Color information
#1371FB (or 0x1371FB) is known color: Dodger Blue. HEX triplet: 13, 71 and FB. RGB value is (19,113,251). Sum of RGB (Red+Green+Blue) = 19+113+251=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #1371FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1371FB is #EC8E04. Grayscale: #636363. Windows color (decimal): -15502853 or 16478483. OLE color: 16478483.
HSL color Cylindrical-coordinate representation of color #1371FB: hue angle of 215.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1371FB is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 113 | 251 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.02 |
| HSL | 215.69º | 0.97% | 0.53% | - |
| HSV(B) | 215.69º | 0.92% | 0.98% | - |
| XYZ | 23.59 | 18.91 | 93.67 | - |
| YUV | 100.63 | 212.86 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 251 | 0.92 | 0.55 | 0 | 0.02 | 215.69 | 0.97 | 0.53 |
| Hex | 13 | 71 | FB | 5C | 37 | 0 | 2 | D8 | 61 | 35 |
| Octal | 23 | 161 | 373 | 134 | 67 | 0 | 2 | 330 | 141 | 65 |
| Binary | 10011 | 1110001 | 11111011 | 1011100 | 110111 | 0 | 10 | 11011000 | 1100001 | 110101 |
Color Harmonies of #1371FB
Complementary color
Monochromatic Colors of #1371FB
Black with #1371FB
Text Example
Text Example
White with #1371FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1371FB; }
p { color: rgb(19,113,251); }
H1.HeaderClassName
{
color: #1371FB;
}
.AnyTagClassName
{
color: #1371FB;
}
</style>
background-color css
<style>
a { background-color: #1371FB; }
a { background-color: rgb(19,113,251); }
div.DivClassName
{
background-color: #1371FB;
}
.BgClassName
{
background-color: #1371FB;
}
</style>
border-color css
<style>
span { border-color: #1371FB; }
span { border-color: rgb(19,113,251); }
td.TdClassName
{
border-color: #1371FB;
}
.TagClassName
{
border-color: #1371FB;
}
</style>