Shades of Dodger Blue #0589F7
Tints of Dodger Blue #0589F7
RGB
CMYK
RGB Variations
Color information
#0589F7 (or 0x0589F7) is known color: Dodger Blue. HEX triplet: 05, 89 and F7. RGB value is (5,137,247). Sum of RGB (Red+Green+Blue) = 5+137+247=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #0589F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0589F7 is #FA7608. Grayscale: #6D6D6D. Windows color (decimal): -16414217 or 16222469. OLE color: 16222469.
HSL color Cylindrical-coordinate representation of color #0589F7: hue angle of 207.27º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0589F7 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 137 | 247 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.03 |
| HSL | 207.27º | 0.96% | 0.49% | - |
| HSV(B) | 207.27º | 0.98% | 0.97% | - |
| XYZ | 25.8 | 24.64 | 91.39 | - |
| YUV | 110.07 | 205.27 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 247 | 0.98 | 0.45 | 0 | 0.03 | 207.27 | 0.96 | 0.49 |
| Hex | 5 | 89 | F7 | 62 | 2D | 0 | 3 | CF | 60 | 31 |
| Octal | 5 | 211 | 367 | 142 | 55 | 0 | 3 | 317 | 140 | 61 |
| Binary | 101 | 10001001 | 11110111 | 1100010 | 101101 | 0 | 11 | 11001111 | 1100000 | 110001 |
Color Harmonies of #0589F7
Complementary color
Monochromatic Colors of #0589F7
Black with #0589F7
Text Example
Text Example
White with #0589F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0589F7; }
p { color: rgb(5,137,247); }
H1.HeaderClassName
{
color: #0589F7;
}
.AnyTagClassName
{
color: #0589F7;
}
</style>
background-color css
<style>
a { background-color: #0589F7; }
a { background-color: rgb(5,137,247); }
div.DivClassName
{
background-color: #0589F7;
}
.BgClassName
{
background-color: #0589F7;
}
</style>
border-color css
<style>
span { border-color: #0589F7; }
span { border-color: rgb(5,137,247); }
td.TdClassName
{
border-color: #0589F7;
}
.TagClassName
{
border-color: #0589F7;
}
</style>