Shades of Dodger Blue #1375EB
Tints of Dodger Blue #1375EB
RGB
CMYK
RGB Variations
Color information
#1375EB (or 0x1375EB) is known color: Dodger Blue. HEX triplet: 13, 75 and EB. RGB value is (19,117,235). Sum of RGB (Red+Green+Blue) = 19+117+235=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #1375EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1375EB is #EC8A14. Grayscale: #646464. Windows color (decimal): -15501845 or 15430931. OLE color: 15430931.
HSL color Cylindrical-coordinate representation of color #1375EB: hue angle of 212.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1375EB is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 117 | 235 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.08 |
| HSL | 212.78º | 0.85% | 0.5% | - |
| HSV(B) | 212.78º | 0.92% | 0.92% | - |
| XYZ | 21.63 | 18.86 | 81.1 | - |
| YUV | 101.15 | 203.53 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 235 | 0.92 | 0.50 | 0 | 0.08 | 212.78 | 0.85 | 0.5 |
| Hex | 13 | 75 | EB | 5C | 32 | 0 | 8 | D5 | 55 | 32 |
| Octal | 23 | 165 | 353 | 134 | 62 | 0 | 10 | 325 | 125 | 62 |
| Binary | 10011 | 1110101 | 11101011 | 1011100 | 110010 | 0 | 1000 | 11010101 | 1010101 | 110010 |
Color Harmonies of #1375EB
Complementary color
Monochromatic Colors of #1375EB
Black with #1375EB
Text Example
Text Example
White with #1375EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375EB; }
p { color: rgb(19,117,235); }
H1.HeaderClassName
{
color: #1375EB;
}
.AnyTagClassName
{
color: #1375EB;
}
</style>
background-color css
<style>
a { background-color: #1375EB; }
a { background-color: rgb(19,117,235); }
div.DivClassName
{
background-color: #1375EB;
}
.BgClassName
{
background-color: #1375EB;
}
</style>
border-color css
<style>
span { border-color: #1375EB; }
span { border-color: rgb(19,117,235); }
td.TdClassName
{
border-color: #1375EB;
}
.TagClassName
{
border-color: #1375EB;
}
</style>