Shades of Dodger Blue #1371F4
Tints of Dodger Blue #1371F4
RGB
CMYK
RGB Variations
Color information
#1371F4 (or 0x1371F4) is known color: Dodger Blue. HEX triplet: 13, 71 and F4. RGB value is (19,113,244). Sum of RGB (Red+Green+Blue) = 19+113+244=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 244 (95.70% from 255 or 64.89% from 376); Max value from RGB is 244 - color contains mainly: blue. Hex color #1371F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1371F4 is #EC8E0B. Grayscale: #636363. Windows color (decimal): -15502860 or 16019731. OLE color: 16019731.
HSL color Cylindrical-coordinate representation of color #1371F4: hue angle of 214.93º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1371F4 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 113 | 244 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.04 |
| HSL | 214.93º | 0.91% | 0.52% | - |
| HSV(B) | 214.93º | 0.92% | 0.96% | - |
| XYZ | 22.5 | 18.48 | 87.97 | - |
| YUV | 99.83 | 209.36 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 244 | 0.92 | 0.54 | 0 | 0.04 | 214.93 | 0.91 | 0.52 |
| Hex | 13 | 71 | F4 | 5C | 36 | 0 | 4 | D7 | 5B | 34 |
| Octal | 23 | 161 | 364 | 134 | 66 | 0 | 4 | 327 | 133 | 64 |
| Binary | 10011 | 1110001 | 11110100 | 1011100 | 110110 | 0 | 100 | 11010111 | 1011011 | 110100 |
Color Harmonies of #1371F4
Complementary color
Monochromatic Colors of #1371F4
Black with #1371F4
Text Example
Text Example
White with #1371F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1371F4; }
p { color: rgb(19,113,244); }
H1.HeaderClassName
{
color: #1371F4;
}
.AnyTagClassName
{
color: #1371F4;
}
</style>
background-color css
<style>
a { background-color: #1371F4; }
a { background-color: rgb(19,113,244); }
div.DivClassName
{
background-color: #1371F4;
}
.BgClassName
{
background-color: #1371F4;
}
</style>
border-color css
<style>
span { border-color: #1371F4; }
span { border-color: rgb(19,113,244); }
td.TdClassName
{
border-color: #1371F4;
}
.TagClassName
{
border-color: #1371F4;
}
</style>