Shades of Dodger Blue #1480DF
Tints of Dodger Blue #1480DF
RGB
CMYK
RGB Variations
Color information
#1480DF (or 0x1480DF) is known color: Dodger Blue. HEX triplet: 14, 80 and DF. RGB value is (20,128,223). Sum of RGB (Red+Green+Blue) = 20+128+223=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #1480DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1480DF is #EB7F20. Grayscale: #6A6A6A. Windows color (decimal): -15433505 or 14647316. OLE color: 14647316.
HSL color Cylindrical-coordinate representation of color #1480DF: hue angle of 208.08º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1480DF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 128 | 223 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.13 |
| HSL | 208.08º | 0.84% | 0.48% | - |
| HSV(B) | 208.08º | 0.91% | 0.87% | - |
| XYZ | 21.33 | 20.91 | 72.72 | - |
| YUV | 106.54 | 193.72 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 223 | 0.91 | 0.43 | 0 | 0.13 | 208.08 | 0.84 | 0.48 |
| Hex | 14 | 80 | DF | 5B | 2B | 0 | D | D0 | 54 | 30 |
| Octal | 24 | 200 | 337 | 133 | 53 | 0 | 15 | 320 | 124 | 60 |
| Binary | 10100 | 10000000 | 11011111 | 1011011 | 101011 | 0 | 1101 | 11010000 | 1010100 | 110000 |
Color Harmonies of #1480DF
Complementary color
Monochromatic Colors of #1480DF
Black with #1480DF
Text Example
Text Example
White with #1480DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1480DF; }
p { color: rgb(20,128,223); }
H1.HeaderClassName
{
color: #1480DF;
}
.AnyTagClassName
{
color: #1480DF;
}
</style>
background-color css
<style>
a { background-color: #1480DF; }
a { background-color: rgb(20,128,223); }
div.DivClassName
{
background-color: #1480DF;
}
.BgClassName
{
background-color: #1480DF;
}
</style>
border-color css
<style>
span { border-color: #1480DF; }
span { border-color: rgb(20,128,223); }
td.TdClassName
{
border-color: #1480DF;
}
.TagClassName
{
border-color: #1480DF;
}
</style>