Shades of Dodger Blue #0980FD
Tints of Dodger Blue #0980FD
RGB
CMYK
RGB Variations
Color information
#0980FD (or 0x0980FD) is known color: Dodger Blue. HEX triplet: 09, 80 and FD. RGB value is (9,128,253). Sum of RGB (Red+Green+Blue) = 9+128+253=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #0980FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0980FD is #F67F02. Grayscale: #6A6A6A. Windows color (decimal): -16154371 or 16613385. OLE color: 16613385.
HSL color Cylindrical-coordinate representation of color #0980FD: hue angle of 210.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0980FD is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 128 | 253 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.01 |
| HSL | 210.74º | 0.98% | 0.51% | - |
| HSV(B) | 210.74º | 0.96% | 0.99% | - |
| XYZ | 25.56 | 22.59 | 95.94 | - |
| YUV | 106.67 | 210.58 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 253 | 0.96 | 0.49 | 0 | 0.01 | 210.74 | 0.98 | 0.51 |
| Hex | 9 | 80 | FD | 60 | 31 | 0 | 1 | D3 | 62 | 33 |
| Octal | 11 | 200 | 375 | 140 | 61 | 0 | 1 | 323 | 142 | 63 |
| Binary | 1001 | 10000000 | 11111101 | 1100000 | 110001 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #0980FD
Complementary color
Monochromatic Colors of #0980FD
Black with #0980FD
Text Example
Text Example
White with #0980FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0980FD; }
p { color: rgb(9,128,253); }
H1.HeaderClassName
{
color: #0980FD;
}
.AnyTagClassName
{
color: #0980FD;
}
</style>
background-color css
<style>
a { background-color: #0980FD; }
a { background-color: rgb(9,128,253); }
div.DivClassName
{
background-color: #0980FD;
}
.BgClassName
{
background-color: #0980FD;
}
</style>
border-color css
<style>
span { border-color: #0980FD; }
span { border-color: rgb(9,128,253); }
td.TdClassName
{
border-color: #0980FD;
}
.TagClassName
{
border-color: #0980FD;
}
</style>