Shades of Dodger Blue #1983EA
Tints of Dodger Blue #1983EA
RGB
CMYK
RGB Variations
Color information
#1983EA (or 0x1983EA) is known color: Dodger Blue. HEX triplet: 19, 83 and EA. RGB value is (25,131,234). Sum of RGB (Red+Green+Blue) = 25+131+234=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #1983EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1983EA is #E67C15. Grayscale: #6E6E6E. Windows color (decimal): -15105046 or 15368985. OLE color: 15368985.
HSL color Cylindrical-coordinate representation of color #1983EA: hue angle of 209.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1983EA is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 131 | 234 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.08 |
| HSL | 209.57º | 0.83% | 0.51% | - |
| HSV(B) | 209.57º | 0.89% | 0.92% | - |
| XYZ | 23.37 | 22.38 | 80.93 | - |
| YUV | 111.05 | 197.38 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 234 | 0.89 | 0.44 | 0 | 0.08 | 209.57 | 0.83 | 0.51 |
| Hex | 19 | 83 | EA | 59 | 2C | 0 | 8 | D2 | 53 | 33 |
| Octal | 31 | 203 | 352 | 131 | 54 | 0 | 10 | 322 | 123 | 63 |
| Binary | 11001 | 10000011 | 11101010 | 1011001 | 101100 | 0 | 1000 | 11010010 | 1010011 | 110011 |
Color Harmonies of #1983EA
Complementary color
Monochromatic Colors of #1983EA
Black with #1983EA
Text Example
Text Example
White with #1983EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1983EA; }
p { color: rgb(25,131,234); }
H1.HeaderClassName
{
color: #1983EA;
}
.AnyTagClassName
{
color: #1983EA;
}
</style>
background-color css
<style>
a { background-color: #1983EA; }
a { background-color: rgb(25,131,234); }
div.DivClassName
{
background-color: #1983EA;
}
.BgClassName
{
background-color: #1983EA;
}
</style>
border-color css
<style>
span { border-color: #1983EA; }
span { border-color: rgb(25,131,234); }
td.TdClassName
{
border-color: #1983EA;
}
.TagClassName
{
border-color: #1983EA;
}
</style>