Shades of Dodger Blue #0984FF
Tints of Dodger Blue #0984FF
RGB
CMYK
RGB Variations
Color information
#0984FF (or 0x0984FF) is known color: Dodger Blue. HEX triplet: 09, 84 and FF. RGB value is (9,132,255). Sum of RGB (Red+Green+Blue) = 9+132+255=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #0984FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0984FF is #F67B00. Grayscale: #6C6C6C. Windows color (decimal): -16153345 or 16745481. OLE color: 16745481.
HSL color Cylindrical-coordinate representation of color #0984FF: hue angle of 210º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0984FF is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 132 | 255 | - |
| CMYK | 0.96 | 0.48 | 0 | 0 |
| HSL | 210º | 1% | 0.52% | - |
| HSV(B) | 210º | 0.96% | 1% | - |
| XYZ | 26.41 | 23.78 | 97.81 | - |
| YUV | 109.25 | 210.25 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 255 | 0.96 | 0.48 | 0 | 0 | 210 | 1 | 0.52 |
| Hex | 9 | 84 | FF | 60 | 30 | 0 | 0 | D2 | 64 | 34 |
| Octal | 11 | 204 | 377 | 140 | 60 | 0 | 0 | 322 | 144 | 64 |
| Binary | 1001 | 10000100 | 11111111 | 1100000 | 110000 | 0 | 0 | 11010010 | 1100100 | 110100 |
Color Harmonies of #0984FF
Complementary color
Monochromatic Colors of #0984FF
Black with #0984FF
Text Example
Text Example
White with #0984FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0984FF; }
p { color: rgb(9,132,255); }
H1.HeaderClassName
{
color: #0984FF;
}
.AnyTagClassName
{
color: #0984FF;
}
</style>
background-color css
<style>
a { background-color: #0984FF; }
a { background-color: rgb(9,132,255); }
div.DivClassName
{
background-color: #0984FF;
}
.BgClassName
{
background-color: #0984FF;
}
</style>
border-color css
<style>
span { border-color: #0984FF; }
span { border-color: rgb(9,132,255); }
td.TdClassName
{
border-color: #0984FF;
}
.TagClassName
{
border-color: #0984FF;
}
</style>