Shades of Dodger Blue #0094EA
Tints of Dodger Blue #0094EA
RGB
CMYK
RGB Variations
Color information
#0094EA (or 0x0094EA) is known color: Dodger Blue. HEX triplet: 00, 94 and EA. RGB value is (0,148,234). Sum of RGB (Red+Green+Blue) = 0+148+234=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #0094EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0094EA is #FF6B15. Grayscale: #717171. Windows color (decimal): -16739094 or 15373312. OLE color: 15373312.
HSL color Cylindrical-coordinate representation of color #0094EA: hue angle of 202.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094EA is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 148 | 234 | - |
| CMYK | 1 | 0.37 | 0 | 0.08 |
| HSL | 202.05º | 1% | 0.46% | - |
| HSV(B) | 202.05º | 1% | 0.92% | - |
| XYZ | 25.44 | 27.12 | 81.74 | - |
| YUV | 113.55 | 195.97 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 234 | 1 | 0.37 | 0 | 0.08 | 202.05 | 1 | 0.46 |
| Hex | 0 | 94 | EA | 64 | 25 | 0 | 8 | CA | 64 | 2E |
| Octal | 0 | 224 | 352 | 144 | 45 | 0 | 10 | 312 | 144 | 56 |
| Binary | 0 | 10010100 | 11101010 | 1100100 | 100101 | 0 | 1000 | 11001010 | 1100100 | 101110 |
Color Harmonies of #0094EA
Complementary color
Monochromatic Colors of #0094EA
Black with #0094EA
Text Example
Text Example
White with #0094EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0094EA; }
p { color: rgb(0,148,234); }
H1.HeaderClassName
{
color: #0094EA;
}
.AnyTagClassName
{
color: #0094EA;
}
</style>
background-color css
<style>
a { background-color: #0094EA; }
a { background-color: rgb(0,148,234); }
div.DivClassName
{
background-color: #0094EA;
}
.BgClassName
{
background-color: #0094EA;
}
</style>
border-color css
<style>
span { border-color: #0094EA; }
span { border-color: rgb(0,148,234); }
td.TdClassName
{
border-color: #0094EA;
}
.TagClassName
{
border-color: #0094EA;
}
</style>