Shades of Dodger Blue #1080FD
Tints of Dodger Blue #1080FD
RGB
CMYK
RGB Variations
Color information
#1080FD (or 0x1080FD) is known color: Dodger Blue. HEX triplet: 10, 80 and FD. RGB value is (16,128,253). Sum of RGB (Red+Green+Blue) = 16+128+253=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #1080FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1080FD is #EF7F02. Grayscale: #6C6C6C. Windows color (decimal): -15695619 or 16613392. OLE color: 16613392.
HSL color Cylindrical-coordinate representation of color #1080FD: hue angle of 211.65º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1080FD is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 128 | 253 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.01 |
| HSL | 211.65º | 0.98% | 0.53% | - |
| HSV(B) | 211.65º | 0.94% | 0.99% | - |
| XYZ | 25.66 | 22.64 | 95.95 | - |
| YUV | 108.76 | 209.39 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 253 | 0.94 | 0.49 | 0 | 0.01 | 211.65 | 0.98 | 0.53 |
| Hex | 10 | 80 | FD | 5E | 31 | 0 | 1 | D4 | 62 | 35 |
| Octal | 20 | 200 | 375 | 136 | 61 | 0 | 1 | 324 | 142 | 65 |
| Binary | 10000 | 10000000 | 11111101 | 1011110 | 110001 | 0 | 1 | 11010100 | 1100010 | 110101 |
Color Harmonies of #1080FD
Complementary color
Monochromatic Colors of #1080FD
Black with #1080FD
Text Example
Text Example
White with #1080FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080FD; }
p { color: rgb(16,128,253); }
H1.HeaderClassName
{
color: #1080FD;
}
.AnyTagClassName
{
color: #1080FD;
}
</style>
background-color css
<style>
a { background-color: #1080FD; }
a { background-color: rgb(16,128,253); }
div.DivClassName
{
background-color: #1080FD;
}
.BgClassName
{
background-color: #1080FD;
}
</style>
border-color css
<style>
span { border-color: #1080FD; }
span { border-color: rgb(16,128,253); }
td.TdClassName
{
border-color: #1080FD;
}
.TagClassName
{
border-color: #1080FD;
}
</style>