Shades of Dodger Blue #0594EA
Tints of Dodger Blue #0594EA
RGB
CMYK
RGB Variations
Color information
#0594EA (or 0x0594EA) is known color: Dodger Blue. HEX triplet: 05, 94 and EA. RGB value is (5,148,234). Sum of RGB (Red+Green+Blue) = 5+148+234=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #0594EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0594EA is #FA6B15. Grayscale: #727272. Windows color (decimal): -16411414 or 15373317. OLE color: 15373317.
HSL color Cylindrical-coordinate representation of color #0594EA: hue angle of 202.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0594EA is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 148 | 234 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.08 |
| HSL | 202.53º | 0.96% | 0.47% | - |
| HSV(B) | 202.53º | 0.98% | 0.92% | - |
| XYZ | 25.5 | 27.15 | 81.74 | - |
| YUV | 115.05 | 195.12 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 234 | 0.98 | 0.37 | 0 | 0.08 | 202.53 | 0.96 | 0.47 |
| Hex | 5 | 94 | EA | 62 | 25 | 0 | 8 | CB | 60 | 2F |
| Octal | 5 | 224 | 352 | 142 | 45 | 0 | 10 | 313 | 140 | 57 |
| Binary | 101 | 10010100 | 11101010 | 1100010 | 100101 | 0 | 1000 | 11001011 | 1100000 | 101111 |
Color Harmonies of #0594EA
Complementary color
Monochromatic Colors of #0594EA
Black with #0594EA
Text Example
Text Example
White with #0594EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0594EA; }
p { color: rgb(5,148,234); }
H1.HeaderClassName
{
color: #0594EA;
}
.AnyTagClassName
{
color: #0594EA;
}
</style>
background-color css
<style>
a { background-color: #0594EA; }
a { background-color: rgb(5,148,234); }
div.DivClassName
{
background-color: #0594EA;
}
.BgClassName
{
background-color: #0594EA;
}
</style>
border-color css
<style>
span { border-color: #0594EA; }
span { border-color: rgb(5,148,234); }
td.TdClassName
{
border-color: #0594EA;
}
.TagClassName
{
border-color: #0594EA;
}
</style>