Shades of Dodger Blue #0991FE
Tints of Dodger Blue #0991FE
RGB
CMYK
RGB Variations
Color information
#0991FE (or 0x0991FE) is known color: Dodger Blue. HEX triplet: 09, 91 and FE. RGB value is (9,145,254). Sum of RGB (Red+Green+Blue) = 9+145+254=408 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #0991FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0991FE is #F66E01. Grayscale: #747474. Windows color (decimal): -16150018 or 16683273. OLE color: 16683273.
HSL color Cylindrical-coordinate representation of color #0991FE: hue angle of 206.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0991FE is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 145 | 254 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.00 |
| HSL | 206.69º | 0.99% | 0.52% | - |
| HSV(B) | 206.69º | 0.96% | 1% | - |
| XYZ | 28.13 | 27.46 | 97.58 | - |
| YUV | 116.76 | 205.44 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 145 | 254 | 0.96 | 0.43 | 0 | 0.00 | 206.69 | 0.99 | 0.52 |
| Hex | 9 | 91 | FE | 60 | 2B | 0 | 0 | CF | 63 | 34 |
| Octal | 11 | 221 | 376 | 140 | 53 | 0 | 0 | 317 | 143 | 64 |
| Binary | 1001 | 10010001 | 11111110 | 1100000 | 101011 | 0 | 0 | 11001111 | 1100011 | 110100 |
Color Harmonies of #0991FE
Complementary color
Monochromatic Colors of #0991FE
Black with #0991FE
Text Example
Text Example
White with #0991FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0991FE; }
p { color: rgb(9,145,254); }
H1.HeaderClassName
{
color: #0991FE;
}
.AnyTagClassName
{
color: #0991FE;
}
</style>
background-color css
<style>
a { background-color: #0991FE; }
a { background-color: rgb(9,145,254); }
div.DivClassName
{
background-color: #0991FE;
}
.BgClassName
{
background-color: #0991FE;
}
</style>
border-color css
<style>
span { border-color: #0991FE; }
span { border-color: rgb(9,145,254); }
td.TdClassName
{
border-color: #0991FE;
}
.TagClassName
{
border-color: #0991FE;
}
</style>