Shades of Dodger Blue #1981EF
Tints of Dodger Blue #1981EF
RGB
CMYK
RGB Variations
Color information
#1981EF (or 0x1981EF) is known color: Dodger Blue. HEX triplet: 19, 81 and EF. RGB value is (25,129,239). Sum of RGB (Red+Green+Blue) = 25+129+239=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #1981EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1981EF is #E67E10. Grayscale: #6D6D6D. Windows color (decimal): -15105553 or 15696153. OLE color: 15696153.
HSL color Cylindrical-coordinate representation of color #1981EF: hue angle of 210.84º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1981EF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 129 | 239 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.06 |
| HSL | 210.84º | 0.87% | 0.52% | - |
| HSV(B) | 210.84º | 0.9% | 0.94% | - |
| XYZ | 23.83 | 22.14 | 84.68 | - |
| YUV | 110.44 | 200.54 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 239 | 0.90 | 0.46 | 0 | 0.06 | 210.84 | 0.87 | 0.52 |
| Hex | 19 | 81 | EF | 5A | 2E | 0 | 6 | D3 | 57 | 34 |
| Octal | 31 | 201 | 357 | 132 | 56 | 0 | 6 | 323 | 127 | 64 |
| Binary | 11001 | 10000001 | 11101111 | 1011010 | 101110 | 0 | 110 | 11010011 | 1010111 | 110100 |
Color Harmonies of #1981EF
Complementary color
Monochromatic Colors of #1981EF
Black with #1981EF
Text Example
Text Example
White with #1981EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1981EF; }
p { color: rgb(25,129,239); }
H1.HeaderClassName
{
color: #1981EF;
}
.AnyTagClassName
{
color: #1981EF;
}
</style>
background-color css
<style>
a { background-color: #1981EF; }
a { background-color: rgb(25,129,239); }
div.DivClassName
{
background-color: #1981EF;
}
.BgClassName
{
background-color: #1981EF;
}
</style>
border-color css
<style>
span { border-color: #1981EF; }
span { border-color: rgb(25,129,239); }
td.TdClassName
{
border-color: #1981EF;
}
.TagClassName
{
border-color: #1981EF;
}
</style>