Shades of Dodger Blue #0589FB
Tints of Dodger Blue #0589FB
RGB
CMYK
RGB Variations
Color information
#0589FB (or 0x0589FB) is known color: Dodger Blue. HEX triplet: 05, 89 and FB. RGB value is (5,137,251). Sum of RGB (Red+Green+Blue) = 5+137+251=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #0589FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0589FB is #FA7604. Grayscale: #6D6D6D. Windows color (decimal): -16414213 or 16484613. OLE color: 16484613.
HSL color Cylindrical-coordinate representation of color #0589FB: hue angle of 207.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0589FB is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 137 | 251 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.02 |
| HSL | 207.8º | 0.97% | 0.5% | - |
| HSV(B) | 207.8º | 0.98% | 0.98% | - |
| XYZ | 26.42 | 24.89 | 94.68 | - |
| YUV | 110.53 | 207.27 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 251 | 0.98 | 0.45 | 0 | 0.02 | 207.8 | 0.97 | 0.5 |
| Hex | 5 | 89 | FB | 62 | 2D | 0 | 2 | D0 | 61 | 32 |
| Octal | 5 | 211 | 373 | 142 | 55 | 0 | 2 | 320 | 141 | 62 |
| Binary | 101 | 10001001 | 11111011 | 1100010 | 101101 | 0 | 10 | 11010000 | 1100001 | 110010 |
Color Harmonies of #0589FB
Complementary color
Monochromatic Colors of #0589FB
Black with #0589FB
Text Example
Text Example
White with #0589FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0589FB; }
p { color: rgb(5,137,251); }
H1.HeaderClassName
{
color: #0589FB;
}
.AnyTagClassName
{
color: #0589FB;
}
</style>
background-color css
<style>
a { background-color: #0589FB; }
a { background-color: rgb(5,137,251); }
div.DivClassName
{
background-color: #0589FB;
}
.BgClassName
{
background-color: #0589FB;
}
</style>
border-color css
<style>
span { border-color: #0589FB; }
span { border-color: rgb(5,137,251); }
td.TdClassName
{
border-color: #0589FB;
}
.TagClassName
{
border-color: #0589FB;
}
</style>