Shades of Dodger Blue #0991F9
Tints of Dodger Blue #0991F9
RGB
CMYK
RGB Variations
Color information
#0991F9 (or 0x0991F9) is known color: Dodger Blue. HEX triplet: 09, 91 and F9. RGB value is (9,145,249). Sum of RGB (Red+Green+Blue) = 9+145+249=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #0991F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0991F9 is #F66E06. Grayscale: #737373. Windows color (decimal): -16150023 or 16355593. OLE color: 16355593.
HSL color Cylindrical-coordinate representation of color #0991F9: hue angle of 206º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0991F9 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 145 | 249 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.02 |
| HSL | 206º | 0.95% | 0.51% | - |
| HSV(B) | 206º | 0.96% | 0.98% | - |
| XYZ | 27.34 | 27.15 | 93.42 | - |
| YUV | 116.19 | 202.94 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 145 | 249 | 0.96 | 0.42 | 0 | 0.02 | 206 | 0.95 | 0.51 |
| Hex | 9 | 91 | F9 | 60 | 2A | 0 | 2 | CE | 5F | 33 |
| Octal | 11 | 221 | 371 | 140 | 52 | 0 | 2 | 316 | 137 | 63 |
| Binary | 1001 | 10010001 | 11111001 | 1100000 | 101010 | 0 | 10 | 11001110 | 1011111 | 110011 |
Color Harmonies of #0991F9
Complementary color
Monochromatic Colors of #0991F9
Black with #0991F9
Text Example
Text Example
White with #0991F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0991F9; }
p { color: rgb(9,145,249); }
H1.HeaderClassName
{
color: #0991F9;
}
.AnyTagClassName
{
color: #0991F9;
}
</style>
background-color css
<style>
a { background-color: #0991F9; }
a { background-color: rgb(9,145,249); }
div.DivClassName
{
background-color: #0991F9;
}
.BgClassName
{
background-color: #0991F9;
}
</style>
border-color css
<style>
span { border-color: #0991F9; }
span { border-color: rgb(9,145,249); }
td.TdClassName
{
border-color: #0991F9;
}
.TagClassName
{
border-color: #0991F9;
}
</style>