Shades of Dodger Blue #1880DF
Tints of Dodger Blue #1880DF
RGB
CMYK
RGB Variations
Color information
#1880DF (or 0x1880DF) is known color: Dodger Blue. HEX triplet: 18, 80 and DF. RGB value is (24,128,223). Sum of RGB (Red+Green+Blue) = 24+128+223=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #1880DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880DF is #E77F20. Grayscale: #6B6B6B. Windows color (decimal): -15171361 or 14647320. OLE color: 14647320.
HSL color Cylindrical-coordinate representation of color #1880DF: hue angle of 208.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1880DF is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 128 | 223 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.13 |
| HSL | 208.64º | 0.81% | 0.48% | - |
| HSV(B) | 208.64º | 0.89% | 0.87% | - |
| XYZ | 21.42 | 20.96 | 72.73 | - |
| YUV | 107.73 | 193.04 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 223 | 0.89 | 0.43 | 0 | 0.13 | 208.64 | 0.81 | 0.48 |
| Hex | 18 | 80 | DF | 59 | 2B | 0 | D | D1 | 51 | 30 |
| Octal | 30 | 200 | 337 | 131 | 53 | 0 | 15 | 321 | 121 | 60 |
| Binary | 11000 | 10000000 | 11011111 | 1011001 | 101011 | 0 | 1101 | 11010001 | 1010001 | 110000 |
Color Harmonies of #1880DF
Complementary color
Monochromatic Colors of #1880DF
Black with #1880DF
Text Example
Text Example
White with #1880DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880DF; }
p { color: rgb(24,128,223); }
H1.HeaderClassName
{
color: #1880DF;
}
.AnyTagClassName
{
color: #1880DF;
}
</style>
background-color css
<style>
a { background-color: #1880DF; }
a { background-color: rgb(24,128,223); }
div.DivClassName
{
background-color: #1880DF;
}
.BgClassName
{
background-color: #1880DF;
}
</style>
border-color css
<style>
span { border-color: #1880DF; }
span { border-color: rgb(24,128,223); }
td.TdClassName
{
border-color: #1880DF;
}
.TagClassName
{
border-color: #1880DF;
}
</style>