Shades of Dodger Blue #0983FD
Tints of Dodger Blue #0983FD
RGB
CMYK
RGB Variations
Color information
#0983FD (or 0x0983FD) is known color: Dodger Blue. HEX triplet: 09, 83 and FD. RGB value is (9,131,253). Sum of RGB (Red+Green+Blue) = 9+131+253=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #0983FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0983FD is #F67C02. Grayscale: #6B6B6B. Windows color (decimal): -16153603 or 16614153. OLE color: 16614153.
HSL color Cylindrical-coordinate representation of color #0983FD: hue angle of 210º 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 #0983FD is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 131 | 253 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.51% | - |
| HSV(B) | 210º | 0.96% | 0.99% | - |
| XYZ | 25.96 | 23.38 | 96.07 | - |
| YUV | 108.43 | 209.58 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 253 | 0.96 | 0.48 | 0 | 0.01 | 210 | 0.98 | 0.51 |
| Hex | 9 | 83 | FD | 60 | 30 | 0 | 1 | D2 | 62 | 33 |
| Octal | 11 | 203 | 375 | 140 | 60 | 0 | 1 | 322 | 142 | 63 |
| Binary | 1001 | 10000011 | 11111101 | 1100000 | 110000 | 0 | 1 | 11010010 | 1100010 | 110011 |
Color Harmonies of #0983FD
Complementary color
Monochromatic Colors of #0983FD
Black with #0983FD
Text Example
Text Example
White with #0983FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0983FD; }
p { color: rgb(9,131,253); }
H1.HeaderClassName
{
color: #0983FD;
}
.AnyTagClassName
{
color: #0983FD;
}
</style>
background-color css
<style>
a { background-color: #0983FD; }
a { background-color: rgb(9,131,253); }
div.DivClassName
{
background-color: #0983FD;
}
.BgClassName
{
background-color: #0983FD;
}
</style>
border-color css
<style>
span { border-color: #0983FD; }
span { border-color: rgb(9,131,253); }
td.TdClassName
{
border-color: #0983FD;
}
.TagClassName
{
border-color: #0983FD;
}
</style>