Shades of Dodger Blue #0091EF
Tints of Dodger Blue #0091EF
RGB
CMYK
RGB Variations
Color information
#0091EF (or 0x0091EF) is known color: Dodger Blue. HEX triplet: 00, 91 and EF. RGB value is (0,145,239). Sum of RGB (Red+Green+Blue) = 0+145+239=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #0091EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0091EF is #FF6E10. Grayscale: #6F6F6F. Windows color (decimal): -16739857 or 15700224. OLE color: 15700224.
HSL color Cylindrical-coordinate representation of color #0091EF: hue angle of 203.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091EF is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 145 | 239 | - |
| CMYK | 1 | 0.39 | 0 | 0.06 |
| HSL | 203.6º | 1% | 0.47% | - |
| HSV(B) | 203.6º | 1% | 0.94% | - |
| XYZ | 25.71 | 26.48 | 85.42 | - |
| YUV | 112.36 | 199.46 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 239 | 1 | 0.39 | 0 | 0.06 | 203.6 | 1 | 0.47 |
| Hex | 0 | 91 | EF | 64 | 27 | 0 | 6 | CC | 64 | 2F |
| Octal | 0 | 221 | 357 | 144 | 47 | 0 | 6 | 314 | 144 | 57 |
| Binary | 0 | 10010001 | 11101111 | 1100100 | 100111 | 0 | 110 | 11001100 | 1100100 | 101111 |
Color Harmonies of #0091EF
Complementary color
Monochromatic Colors of #0091EF
Black with #0091EF
Text Example
Text Example
White with #0091EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0091EF; }
p { color: rgb(0,145,239); }
H1.HeaderClassName
{
color: #0091EF;
}
.AnyTagClassName
{
color: #0091EF;
}
</style>
background-color css
<style>
a { background-color: #0091EF; }
a { background-color: rgb(0,145,239); }
div.DivClassName
{
background-color: #0091EF;
}
.BgClassName
{
background-color: #0091EF;
}
</style>
border-color css
<style>
span { border-color: #0091EF; }
span { border-color: rgb(0,145,239); }
td.TdClassName
{
border-color: #0091EF;
}
.TagClassName
{
border-color: #0091EF;
}
</style>