Shades of Dodger Blue #1983E5
Tints of Dodger Blue #1983E5
RGB
CMYK
RGB Variations
Color information
#1983E5 (or 0x1983E5) is known color: Dodger Blue. HEX triplet: 19, 83 and E5. RGB value is (25,131,229). Sum of RGB (Red+Green+Blue) = 25+131+229=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #1983E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983E5 is #E67C1A. Grayscale: #6D6D6D. Windows color (decimal): -15105051 or 15041305. OLE color: 15041305.
HSL color Cylindrical-coordinate representation of color #1983E5: hue angle of 208.82º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1983E5 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 131 | 229 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.10 |
| HSL | 208.82º | 0.8% | 0.5% | - |
| HSV(B) | 208.82º | 0.89% | 0.9% | - |
| XYZ | 22.66 | 22.1 | 77.2 | - |
| YUV | 110.48 | 194.88 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 229 | 0.89 | 0.43 | 0 | 0.10 | 208.82 | 0.8 | 0.5 |
| Hex | 19 | 83 | E5 | 59 | 2B | 0 | A | D1 | 50 | 32 |
| Octal | 31 | 203 | 345 | 131 | 53 | 0 | 12 | 321 | 120 | 62 |
| Binary | 11001 | 10000011 | 11100101 | 1011001 | 101011 | 0 | 1010 | 11010001 | 1010000 | 110010 |
Color Harmonies of #1983E5
Complementary color
Monochromatic Colors of #1983E5
Black with #1983E5
Text Example
Text Example
White with #1983E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1983E5; }
p { color: rgb(25,131,229); }
H1.HeaderClassName
{
color: #1983E5;
}
.AnyTagClassName
{
color: #1983E5;
}
</style>
background-color css
<style>
a { background-color: #1983E5; }
a { background-color: rgb(25,131,229); }
div.DivClassName
{
background-color: #1983E5;
}
.BgClassName
{
background-color: #1983E5;
}
</style>
border-color css
<style>
span { border-color: #1983E5; }
span { border-color: rgb(25,131,229); }
td.TdClassName
{
border-color: #1983E5;
}
.TagClassName
{
border-color: #1983E5;
}
</style>