Shades of Dodger Blue #1981EA
Tints of Dodger Blue #1981EA
RGB
CMYK
RGB Variations
Color information
#1981EA (or 0x1981EA) is known color: Dodger Blue. HEX triplet: 19, 81 and EA. RGB value is (25,129,234). Sum of RGB (Red+Green+Blue) = 25+129+234=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #1981EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1981EA is #E67E15. Grayscale: #6D6D6D. Windows color (decimal): -15105558 or 15368473. OLE color: 15368473.
HSL color Cylindrical-coordinate representation of color #1981EA: hue angle of 210.14º 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 #1981EA is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 129 | 234 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.08 |
| HSL | 210.14º | 0.83% | 0.51% | - |
| HSV(B) | 210.14º | 0.89% | 0.92% | - |
| XYZ | 23.1 | 21.85 | 80.84 | - |
| YUV | 109.87 | 198.04 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 234 | 0.89 | 0.45 | 0 | 0.08 | 210.14 | 0.83 | 0.51 |
| Hex | 19 | 81 | EA | 59 | 2D | 0 | 8 | D2 | 53 | 33 |
| Octal | 31 | 201 | 352 | 131 | 55 | 0 | 10 | 322 | 123 | 63 |
| Binary | 11001 | 10000001 | 11101010 | 1011001 | 101101 | 0 | 1000 | 11010010 | 1010011 | 110011 |
Color Harmonies of #1981EA
Complementary color
Monochromatic Colors of #1981EA
Black with #1981EA
Text Example
Text Example
White with #1981EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1981EA; }
p { color: rgb(25,129,234); }
H1.HeaderClassName
{
color: #1981EA;
}
.AnyTagClassName
{
color: #1981EA;
}
</style>
background-color css
<style>
a { background-color: #1981EA; }
a { background-color: rgb(25,129,234); }
div.DivClassName
{
background-color: #1981EA;
}
.BgClassName
{
background-color: #1981EA;
}
</style>
border-color css
<style>
span { border-color: #1981EA; }
span { border-color: rgb(25,129,234); }
td.TdClassName
{
border-color: #1981EA;
}
.TagClassName
{
border-color: #1981EA;
}
</style>