Shades of Dodger Blue #0994EF
Tints of Dodger Blue #0994EF
RGB
CMYK
RGB Variations
Color information
#0994EF (or 0x0994EF) is known color: Dodger Blue. HEX triplet: 09, 94 and EF. RGB value is (9,148,239). Sum of RGB (Red+Green+Blue) = 9+148+239=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #0994EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0994EF is #F66B10. Grayscale: #747474. Windows color (decimal): -16149265 or 15701001. OLE color: 15701001.
HSL color Cylindrical-coordinate representation of color #0994EF: hue angle of 203.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0994EF is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 148 | 239 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.06 |
| HSL | 203.74º | 0.93% | 0.49% | - |
| HSV(B) | 203.74º | 0.96% | 0.94% | - |
| XYZ | 26.28 | 27.47 | 85.58 | - |
| YUV | 116.81 | 196.95 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 239 | 0.96 | 0.38 | 0 | 0.06 | 203.74 | 0.93 | 0.49 |
| Hex | 9 | 94 | EF | 60 | 26 | 0 | 6 | CC | 5D | 31 |
| Octal | 11 | 224 | 357 | 140 | 46 | 0 | 6 | 314 | 135 | 61 |
| Binary | 1001 | 10010100 | 11101111 | 1100000 | 100110 | 0 | 110 | 11001100 | 1011101 | 110001 |
Color Harmonies of #0994EF
Complementary color
Monochromatic Colors of #0994EF
Black with #0994EF
Text Example
Text Example
White with #0994EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0994EF; }
p { color: rgb(9,148,239); }
H1.HeaderClassName
{
color: #0994EF;
}
.AnyTagClassName
{
color: #0994EF;
}
</style>
background-color css
<style>
a { background-color: #0994EF; }
a { background-color: rgb(9,148,239); }
div.DivClassName
{
background-color: #0994EF;
}
.BgClassName
{
background-color: #0994EF;
}
</style>
border-color css
<style>
span { border-color: #0994EF; }
span { border-color: rgb(9,148,239); }
td.TdClassName
{
border-color: #0994EF;
}
.TagClassName
{
border-color: #0994EF;
}
</style>