Shades of Dodger Blue #0591EA
Tints of Dodger Blue #0591EA
RGB
CMYK
RGB Variations
Color information
#0591EA (or 0x0591EA) is known color: Dodger Blue. HEX triplet: 05, 91 and EA. RGB value is (5,145,234). Sum of RGB (Red+Green+Blue) = 5+145+234=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #0591EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0591EA is #FA6E15. Grayscale: #707070. Windows color (decimal): -16412182 or 15372549. OLE color: 15372549.
HSL color Cylindrical-coordinate representation of color #0591EA: hue angle of 203.32º 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 #0591EA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 145 | 234 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.08 |
| HSL | 203.32º | 0.96% | 0.47% | - |
| HSV(B) | 203.32º | 0.98% | 0.92% | - |
| XYZ | 25.04 | 26.22 | 81.58 | - |
| YUV | 113.29 | 196.12 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 234 | 0.98 | 0.38 | 0 | 0.08 | 203.32 | 0.96 | 0.47 |
| Hex | 5 | 91 | EA | 62 | 26 | 0 | 8 | CB | 60 | 2F |
| Octal | 5 | 221 | 352 | 142 | 46 | 0 | 10 | 313 | 140 | 57 |
| Binary | 101 | 10010001 | 11101010 | 1100010 | 100110 | 0 | 1000 | 11001011 | 1100000 | 101111 |
Color Harmonies of #0591EA
Complementary color
Monochromatic Colors of #0591EA
Black with #0591EA
Text Example
Text Example
White with #0591EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0591EA; }
p { color: rgb(5,145,234); }
H1.HeaderClassName
{
color: #0591EA;
}
.AnyTagClassName
{
color: #0591EA;
}
</style>
background-color css
<style>
a { background-color: #0591EA; }
a { background-color: rgb(5,145,234); }
div.DivClassName
{
background-color: #0591EA;
}
.BgClassName
{
background-color: #0591EA;
}
</style>
border-color css
<style>
span { border-color: #0591EA; }
span { border-color: rgb(5,145,234); }
td.TdClassName
{
border-color: #0591EA;
}
.TagClassName
{
border-color: #0591EA;
}
</style>