Shades of Dodger Blue #0980FA
Tints of Dodger Blue #0980FA
RGB
CMYK
RGB Variations
Color information
#0980FA (or 0x0980FA) is known color: Dodger Blue. HEX triplet: 09, 80 and FA. RGB value is (9,128,250). Sum of RGB (Red+Green+Blue) = 9+128+250=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #0980FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0980FA is #F67F05. Grayscale: #696969. Windows color (decimal): -16154374 or 16416777. OLE color: 16416777.
HSL color Cylindrical-coordinate representation of color #0980FA: hue angle of 210.37º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0980FA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 128 | 250 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.02 |
| HSL | 210.37º | 0.96% | 0.51% | - |
| HSV(B) | 210.37º | 0.96% | 0.98% | - |
| XYZ | 25.09 | 22.4 | 93.44 | - |
| YUV | 106.33 | 209.08 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 250 | 0.96 | 0.49 | 0 | 0.02 | 210.37 | 0.96 | 0.51 |
| Hex | 9 | 80 | FA | 60 | 31 | 0 | 2 | D2 | 60 | 33 |
| Octal | 11 | 200 | 372 | 140 | 61 | 0 | 2 | 322 | 140 | 63 |
| Binary | 1001 | 10000000 | 11111010 | 1100000 | 110001 | 0 | 10 | 11010010 | 1100000 | 110011 |
Color Harmonies of #0980FA
Complementary color
Monochromatic Colors of #0980FA
Black with #0980FA
Text Example
Text Example
White with #0980FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0980FA; }
p { color: rgb(9,128,250); }
H1.HeaderClassName
{
color: #0980FA;
}
.AnyTagClassName
{
color: #0980FA;
}
</style>
background-color css
<style>
a { background-color: #0980FA; }
a { background-color: rgb(9,128,250); }
div.DivClassName
{
background-color: #0980FA;
}
.BgClassName
{
background-color: #0980FA;
}
</style>
border-color css
<style>
span { border-color: #0980FA; }
span { border-color: rgb(9,128,250); }
td.TdClassName
{
border-color: #0980FA;
}
.TagClassName
{
border-color: #0980FA;
}
</style>