Shades of Dodger Blue #0990EB
Tints of Dodger Blue #0990EB
RGB
CMYK
RGB Variations
Color information
#0990EB (or 0x0990EB) is known color: Dodger Blue. HEX triplet: 09, 90 and EB. RGB value is (9,144,235). Sum of RGB (Red+Green+Blue) = 9+144+235=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #0990EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0990EB is #F66F14. Grayscale: #717171. Windows color (decimal): -16150293 or 15437833. OLE color: 15437833.
HSL color Cylindrical-coordinate representation of color #0990EB: hue angle of 204.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990EB is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 144 | 235 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.08 |
| HSL | 204.16º | 0.93% | 0.48% | - |
| HSV(B) | 204.16º | 0.96% | 0.92% | - |
| XYZ | 25.08 | 26 | 82.29 | - |
| YUV | 114.01 | 196.27 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 235 | 0.96 | 0.39 | 0 | 0.08 | 204.16 | 0.93 | 0.48 |
| Hex | 9 | 90 | EB | 60 | 27 | 0 | 8 | CC | 5D | 30 |
| Octal | 11 | 220 | 353 | 140 | 47 | 0 | 10 | 314 | 135 | 60 |
| Binary | 1001 | 10010000 | 11101011 | 1100000 | 100111 | 0 | 1000 | 11001100 | 1011101 | 110000 |
Color Harmonies of #0990EB
Complementary color
Monochromatic Colors of #0990EB
Black with #0990EB
Text Example
Text Example
White with #0990EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0990EB; }
p { color: rgb(9,144,235); }
H1.HeaderClassName
{
color: #0990EB;
}
.AnyTagClassName
{
color: #0990EB;
}
</style>
background-color css
<style>
a { background-color: #0990EB; }
a { background-color: rgb(9,144,235); }
div.DivClassName
{
background-color: #0990EB;
}
.BgClassName
{
background-color: #0990EB;
}
</style>
border-color css
<style>
span { border-color: #0990EB; }
span { border-color: rgb(9,144,235); }
td.TdClassName
{
border-color: #0990EB;
}
.TagClassName
{
border-color: #0990EB;
}
</style>