Shades of Dodger Blue #0594EB
Tints of Dodger Blue #0594EB
RGB
CMYK
RGB Variations
Color information
#0594EB (or 0x0594EB) is known color: Dodger Blue. HEX triplet: 05, 94 and EB. RGB value is (5,148,235). Sum of RGB (Red+Green+Blue) = 5+148+235=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #0594EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0594EB is #FA6B14. Grayscale: #727272. Windows color (decimal): -16411413 or 15438853. OLE color: 15438853.
HSL color Cylindrical-coordinate representation of color #0594EB: hue angle of 202.7º 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 #0594EB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 148 | 235 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.08 |
| HSL | 202.7º | 0.96% | 0.47% | - |
| HSV(B) | 202.7º | 0.98% | 0.92% | - |
| XYZ | 25.65 | 27.21 | 82.5 | - |
| YUV | 115.16 | 195.62 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 235 | 0.98 | 0.37 | 0 | 0.08 | 202.7 | 0.96 | 0.47 |
| Hex | 5 | 94 | EB | 62 | 25 | 0 | 8 | CB | 60 | 2F |
| Octal | 5 | 224 | 353 | 142 | 45 | 0 | 10 | 313 | 140 | 57 |
| Binary | 101 | 10010100 | 11101011 | 1100010 | 100101 | 0 | 1000 | 11001011 | 1100000 | 101111 |
Color Harmonies of #0594EB
Complementary color
Monochromatic Colors of #0594EB
Black with #0594EB
Text Example
Text Example
White with #0594EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0594EB; }
p { color: rgb(5,148,235); }
H1.HeaderClassName
{
color: #0594EB;
}
.AnyTagClassName
{
color: #0594EB;
}
</style>
background-color css
<style>
a { background-color: #0594EB; }
a { background-color: rgb(5,148,235); }
div.DivClassName
{
background-color: #0594EB;
}
.BgClassName
{
background-color: #0594EB;
}
</style>
border-color css
<style>
span { border-color: #0594EB; }
span { border-color: rgb(5,148,235); }
td.TdClassName
{
border-color: #0594EB;
}
.TagClassName
{
border-color: #0594EB;
}
</style>