Shades of Dodger Blue #1398EB
Tints of Dodger Blue #1398EB
RGB
CMYK
RGB Variations
Color information
#1398EB (or 0x1398EB) is known color: Dodger Blue. HEX triplet: 13, 98 and EB. RGB value is (19,152,235). Sum of RGB (Red+Green+Blue) = 19+152+235=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #1398EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1398EB is #EC6714. Grayscale: #797979. Windows color (decimal): -15492885 or 15439891. OLE color: 15439891.
HSL color Cylindrical-coordinate representation of color #1398EB: hue angle of 203.06º 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 #1398EB is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 152 | 235 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.08 |
| HSL | 203.06º | 0.85% | 0.5% | - |
| HSV(B) | 203.06º | 0.92% | 0.92% | - |
| XYZ | 26.49 | 28.59 | 82.72 | - |
| YUV | 121.7 | 191.94 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 235 | 0.92 | 0.35 | 0 | 0.08 | 203.06 | 0.85 | 0.5 |
| Hex | 13 | 98 | EB | 5C | 23 | 0 | 8 | CB | 55 | 32 |
| Octal | 23 | 230 | 353 | 134 | 43 | 0 | 10 | 313 | 125 | 62 |
| Binary | 10011 | 10011000 | 11101011 | 1011100 | 100011 | 0 | 1000 | 11001011 | 1010101 | 110010 |
Color Harmonies of #1398EB
Complementary color
Monochromatic Colors of #1398EB
Black with #1398EB
Text Example
Text Example
White with #1398EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398EB; }
p { color: rgb(19,152,235); }
H1.HeaderClassName
{
color: #1398EB;
}
.AnyTagClassName
{
color: #1398EB;
}
</style>
background-color css
<style>
a { background-color: #1398EB; }
a { background-color: rgb(19,152,235); }
div.DivClassName
{
background-color: #1398EB;
}
.BgClassName
{
background-color: #1398EB;
}
</style>
border-color css
<style>
span { border-color: #1398EB; }
span { border-color: rgb(19,152,235); }
td.TdClassName
{
border-color: #1398EB;
}
.TagClassName
{
border-color: #1398EB;
}
</style>