Shades of Dodger Blue #0984ED
Tints of Dodger Blue #0984ED
RGB
CMYK
RGB Variations
Color information
#0984ED (or 0x0984ED) is known color: Dodger Blue. HEX triplet: 09, 84 and ED. RGB value is (9,132,237). Sum of RGB (Red+Green+Blue) = 9+132+237=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #0984ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0984ED is #F67B12. Grayscale: #6A6A6A. Windows color (decimal): -16153363 or 15565833. OLE color: 15565833.
HSL color Cylindrical-coordinate representation of color #0984ED: hue angle of 207.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0984ED is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 132 | 237 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.07 |
| HSL | 207.63º | 0.93% | 0.48% | - |
| HSV(B) | 207.63º | 0.96% | 0.93% | - |
| XYZ | 23.65 | 22.68 | 83.25 | - |
| YUV | 107.19 | 201.25 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 237 | 0.96 | 0.44 | 0 | 0.07 | 207.63 | 0.93 | 0.48 |
| Hex | 9 | 84 | ED | 60 | 2C | 0 | 7 | D0 | 5D | 30 |
| Octal | 11 | 204 | 355 | 140 | 54 | 0 | 7 | 320 | 135 | 60 |
| Binary | 1001 | 10000100 | 11101101 | 1100000 | 101100 | 0 | 111 | 11010000 | 1011101 | 110000 |
Color Harmonies of #0984ED
Complementary color
Monochromatic Colors of #0984ED
Black with #0984ED
Text Example
Text Example
White with #0984ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0984ED; }
p { color: rgb(9,132,237); }
H1.HeaderClassName
{
color: #0984ED;
}
.AnyTagClassName
{
color: #0984ED;
}
</style>
background-color css
<style>
a { background-color: #0984ED; }
a { background-color: rgb(9,132,237); }
div.DivClassName
{
background-color: #0984ED;
}
.BgClassName
{
background-color: #0984ED;
}
</style>
border-color css
<style>
span { border-color: #0984ED; }
span { border-color: rgb(9,132,237); }
td.TdClassName
{
border-color: #0984ED;
}
.TagClassName
{
border-color: #0984ED;
}
</style>