Shades of Dodger Blue #0587EA
Tints of Dodger Blue #0587EA
RGB
CMYK
RGB Variations
Color information
#0587EA (or 0x0587EA) is known color: Dodger Blue. HEX triplet: 05, 87 and EA. RGB value is (5,135,234). Sum of RGB (Red+Green+Blue) = 5+135+234=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #0587EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0587EA is #FA7815. Grayscale: #6A6A6A. Windows color (decimal): -16414742 or 15369989. OLE color: 15369989.
HSL color Cylindrical-coordinate representation of color #0587EA: hue angle of 205.94º 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 #0587EA is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 135 | 234 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.08 |
| HSL | 205.94º | 0.96% | 0.47% | - |
| HSV(B) | 205.94º | 0.98% | 0.92% | - |
| XYZ | 23.58 | 23.3 | 81.1 | - |
| YUV | 107.42 | 199.43 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 234 | 0.98 | 0.42 | 0 | 0.08 | 205.94 | 0.96 | 0.47 |
| Hex | 5 | 87 | EA | 62 | 2A | 0 | 8 | CE | 60 | 2F |
| Octal | 5 | 207 | 352 | 142 | 52 | 0 | 10 | 316 | 140 | 57 |
| Binary | 101 | 10000111 | 11101010 | 1100010 | 101010 | 0 | 1000 | 11001110 | 1100000 | 101111 |
Color Harmonies of #0587EA
Complementary color
Monochromatic Colors of #0587EA
Black with #0587EA
Text Example
Text Example
White with #0587EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0587EA; }
p { color: rgb(5,135,234); }
H1.HeaderClassName
{
color: #0587EA;
}
.AnyTagClassName
{
color: #0587EA;
}
</style>
background-color css
<style>
a { background-color: #0587EA; }
a { background-color: rgb(5,135,234); }
div.DivClassName
{
background-color: #0587EA;
}
.BgClassName
{
background-color: #0587EA;
}
</style>
border-color css
<style>
span { border-color: #0587EA; }
span { border-color: rgb(5,135,234); }
td.TdClassName
{
border-color: #0587EA;
}
.TagClassName
{
border-color: #0587EA;
}
</style>