Shades of Dodger Blue #0595EA
Tints of Dodger Blue #0595EA
RGB
CMYK
RGB Variations
Color information
#0595EA (or 0x0595EA) is known color: Dodger Blue. HEX triplet: 05, 95 and EA. RGB value is (5,149,234). Sum of RGB (Red+Green+Blue) = 5+149+234=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #0595EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0595EA is #FA6A15. Grayscale: #737373. Windows color (decimal): -16411158 or 15373573. OLE color: 15373573.
HSL color Cylindrical-coordinate representation of color #0595EA: hue angle of 202.27º 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 #0595EA is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 149 | 234 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.08 |
| HSL | 202.27º | 0.96% | 0.47% | - |
| HSV(B) | 202.27º | 0.98% | 0.92% | - |
| XYZ | 25.66 | 27.47 | 81.79 | - |
| YUV | 115.63 | 194.79 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 234 | 0.98 | 0.36 | 0 | 0.08 | 202.27 | 0.96 | 0.47 |
| Hex | 5 | 95 | EA | 62 | 24 | 0 | 8 | CA | 60 | 2F |
| Octal | 5 | 225 | 352 | 142 | 44 | 0 | 10 | 312 | 140 | 57 |
| Binary | 101 | 10010101 | 11101010 | 1100010 | 100100 | 0 | 1000 | 11001010 | 1100000 | 101111 |
Color Harmonies of #0595EA
Complementary color
Monochromatic Colors of #0595EA
Black with #0595EA
Text Example
Text Example
White with #0595EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0595EA; }
p { color: rgb(5,149,234); }
H1.HeaderClassName
{
color: #0595EA;
}
.AnyTagClassName
{
color: #0595EA;
}
</style>
background-color css
<style>
a { background-color: #0595EA; }
a { background-color: rgb(5,149,234); }
div.DivClassName
{
background-color: #0595EA;
}
.BgClassName
{
background-color: #0595EA;
}
</style>
border-color css
<style>
span { border-color: #0595EA; }
span { border-color: rgb(5,149,234); }
td.TdClassName
{
border-color: #0595EA;
}
.TagClassName
{
border-color: #0595EA;
}
</style>