Shades of Dodger Blue #0991EA
Tints of Dodger Blue #0991EA
RGB
CMYK
RGB Variations
Color information
#0991EA (or 0x0991EA) is known color: Dodger Blue. HEX triplet: 09, 91 and EA. RGB value is (9,145,234). Sum of RGB (Red+Green+Blue) = 9+145+234=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #0991EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0991EA is #F66E15. Grayscale: #717171. Windows color (decimal): -16150038 or 15372553. OLE color: 15372553.
HSL color Cylindrical-coordinate representation of color #0991EA: hue angle of 203.73º 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 #0991EA is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 145 | 234 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.08 |
| HSL | 203.73º | 0.93% | 0.48% | - |
| HSV(B) | 203.73º | 0.96% | 0.92% | - |
| XYZ | 25.09 | 26.25 | 81.59 | - |
| YUV | 114.48 | 195.44 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 145 | 234 | 0.96 | 0.38 | 0 | 0.08 | 203.73 | 0.93 | 0.48 |
| Hex | 9 | 91 | EA | 60 | 26 | 0 | 8 | CC | 5D | 30 |
| Octal | 11 | 221 | 352 | 140 | 46 | 0 | 10 | 314 | 135 | 60 |
| Binary | 1001 | 10010001 | 11101010 | 1100000 | 100110 | 0 | 1000 | 11001100 | 1011101 | 110000 |
Color Harmonies of #0991EA
Complementary color
Monochromatic Colors of #0991EA
Black with #0991EA
Text Example
Text Example
White with #0991EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0991EA; }
p { color: rgb(9,145,234); }
H1.HeaderClassName
{
color: #0991EA;
}
.AnyTagClassName
{
color: #0991EA;
}
</style>
background-color css
<style>
a { background-color: #0991EA; }
a { background-color: rgb(9,145,234); }
div.DivClassName
{
background-color: #0991EA;
}
.BgClassName
{
background-color: #0991EA;
}
</style>
border-color css
<style>
span { border-color: #0991EA; }
span { border-color: rgb(9,145,234); }
td.TdClassName
{
border-color: #0991EA;
}
.TagClassName
{
border-color: #0991EA;
}
</style>