Shades of Dodger Blue #0983FB
Tints of Dodger Blue #0983FB
RGB
CMYK
RGB Variations
Color information
#0983FB (or 0x0983FB) is known color: Dodger Blue. HEX triplet: 09, 83 and FB. RGB value is (9,131,251). Sum of RGB (Red+Green+Blue) = 9+131+251=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #0983FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0983FB is #F67C04. Grayscale: #6B6B6B. Windows color (decimal): -16153605 or 16483081. OLE color: 16483081.
HSL color Cylindrical-coordinate representation of color #0983FB: hue angle of 209.75º degrees, saturation: 0.97, 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 #0983FB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 131 | 251 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.02 |
| HSL | 209.75º | 0.97% | 0.51% | - |
| HSV(B) | 209.75º | 0.96% | 0.98% | - |
| XYZ | 25.64 | 23.26 | 94.4 | - |
| YUV | 108.2 | 208.58 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 251 | 0.96 | 0.48 | 0 | 0.02 | 209.75 | 0.97 | 0.51 |
| Hex | 9 | 83 | FB | 60 | 30 | 0 | 2 | D2 | 61 | 33 |
| Octal | 11 | 203 | 373 | 140 | 60 | 0 | 2 | 322 | 141 | 63 |
| Binary | 1001 | 10000011 | 11111011 | 1100000 | 110000 | 0 | 10 | 11010010 | 1100001 | 110011 |
Color Harmonies of #0983FB
Complementary color
Monochromatic Colors of #0983FB
Black with #0983FB
Text Example
Text Example
White with #0983FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0983FB; }
p { color: rgb(9,131,251); }
H1.HeaderClassName
{
color: #0983FB;
}
.AnyTagClassName
{
color: #0983FB;
}
</style>
background-color css
<style>
a { background-color: #0983FB; }
a { background-color: rgb(9,131,251); }
div.DivClassName
{
background-color: #0983FB;
}
.BgClassName
{
background-color: #0983FB;
}
</style>
border-color css
<style>
span { border-color: #0983FB; }
span { border-color: rgb(9,131,251); }
td.TdClassName
{
border-color: #0983FB;
}
.TagClassName
{
border-color: #0983FB;
}
</style>