Shades of Dodger Blue #0991ED
Tints of Dodger Blue #0991ED
RGB
CMYK
RGB Variations
Color information
#0991ED (or 0x0991ED) is known color: Dodger Blue. HEX triplet: 09, 91 and ED. RGB value is (9,145,237). Sum of RGB (Red+Green+Blue) = 9+145+237=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #0991ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0991ED is #F66E12. Grayscale: #727272. Windows color (decimal): -16150035 or 15569161. OLE color: 15569161.
HSL color Cylindrical-coordinate representation of color #0991ED: hue angle of 204.21º 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 #0991ED is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 145 | 237 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.07 |
| HSL | 204.21º | 0.93% | 0.48% | - |
| HSV(B) | 204.21º | 0.96% | 0.93% | - |
| XYZ | 25.52 | 26.42 | 83.88 | - |
| YUV | 114.82 | 196.94 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 145 | 237 | 0.96 | 0.39 | 0 | 0.07 | 204.21 | 0.93 | 0.48 |
| Hex | 9 | 91 | ED | 60 | 27 | 0 | 7 | CC | 5D | 30 |
| Octal | 11 | 221 | 355 | 140 | 47 | 0 | 7 | 314 | 135 | 60 |
| Binary | 1001 | 10010001 | 11101101 | 1100000 | 100111 | 0 | 111 | 11001100 | 1011101 | 110000 |
Color Harmonies of #0991ED
Complementary color
Monochromatic Colors of #0991ED
Black with #0991ED
Text Example
Text Example
White with #0991ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0991ED; }
p { color: rgb(9,145,237); }
H1.HeaderClassName
{
color: #0991ED;
}
.AnyTagClassName
{
color: #0991ED;
}
</style>
background-color css
<style>
a { background-color: #0991ED; }
a { background-color: rgb(9,145,237); }
div.DivClassName
{
background-color: #0991ED;
}
.BgClassName
{
background-color: #0991ED;
}
</style>
border-color css
<style>
span { border-color: #0991ED; }
span { border-color: rgb(9,145,237); }
td.TdClassName
{
border-color: #0991ED;
}
.TagClassName
{
border-color: #0991ED;
}
</style>