Shades of Dodger Blue #1981DF
Tints of Dodger Blue #1981DF
RGB
CMYK
RGB Variations
Color information
#1981DF (or 0x1981DF) is known color: Dodger Blue. HEX triplet: 19, 81 and DF. RGB value is (25,129,223). Sum of RGB (Red+Green+Blue) = 25+129+223=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #1981DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1981DF is #E67E20. Grayscale: #6C6C6C. Windows color (decimal): -15105569 or 14647577. OLE color: 14647577.
HSL color Cylindrical-coordinate representation of color #1981DF: hue angle of 208.48º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1981DF is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 129 | 223 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.13 |
| HSL | 208.48º | 0.8% | 0.49% | - |
| HSV(B) | 208.48º | 0.89% | 0.87% | - |
| XYZ | 21.57 | 21.23 | 72.77 | - |
| YUV | 108.62 | 192.54 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 223 | 0.89 | 0.42 | 0 | 0.13 | 208.48 | 0.8 | 0.49 |
| Hex | 19 | 81 | DF | 59 | 2A | 0 | D | D0 | 50 | 31 |
| Octal | 31 | 201 | 337 | 131 | 52 | 0 | 15 | 320 | 120 | 61 |
| Binary | 11001 | 10000001 | 11011111 | 1011001 | 101010 | 0 | 1101 | 11010000 | 1010000 | 110001 |
Color Harmonies of #1981DF
Complementary color
Monochromatic Colors of #1981DF
Black with #1981DF
Text Example
Text Example
White with #1981DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1981DF; }
p { color: rgb(25,129,223); }
H1.HeaderClassName
{
color: #1981DF;
}
.AnyTagClassName
{
color: #1981DF;
}
</style>
background-color css
<style>
a { background-color: #1981DF; }
a { background-color: rgb(25,129,223); }
div.DivClassName
{
background-color: #1981DF;
}
.BgClassName
{
background-color: #1981DF;
}
</style>
border-color css
<style>
span { border-color: #1981DF; }
span { border-color: rgb(25,129,223); }
td.TdClassName
{
border-color: #1981DF;
}
.TagClassName
{
border-color: #1981DF;
}
</style>