Shades of Dodger Blue #0589FD
Tints of Dodger Blue #0589FD
RGB
CMYK
RGB Variations
Color information
#0589FD (or 0x0589FD) is known color: Dodger Blue. HEX triplet: 05, 89 and FD. RGB value is (5,137,253). Sum of RGB (Red+Green+Blue) = 5+137+253=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #0589FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0589FD is #FA7602. Grayscale: #6E6E6E. Windows color (decimal): -16414211 or 16615685. OLE color: 16615685.
HSL color Cylindrical-coordinate representation of color #0589FD: hue angle of 208.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0589FD is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 137 | 253 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.01 |
| HSL | 208.06º | 0.98% | 0.51% | - |
| HSV(B) | 208.06º | 0.98% | 0.99% | - |
| XYZ | 26.74 | 25.02 | 96.35 | - |
| YUV | 110.76 | 208.27 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 253 | 0.98 | 0.46 | 0 | 0.01 | 208.06 | 0.98 | 0.51 |
| Hex | 5 | 89 | FD | 62 | 2E | 0 | 1 | D0 | 62 | 33 |
| Octal | 5 | 211 | 375 | 142 | 56 | 0 | 1 | 320 | 142 | 63 |
| Binary | 101 | 10001001 | 11111101 | 1100010 | 101110 | 0 | 1 | 11010000 | 1100010 | 110011 |
Color Harmonies of #0589FD
Complementary color
Monochromatic Colors of #0589FD
Black with #0589FD
Text Example
Text Example
White with #0589FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0589FD; }
p { color: rgb(5,137,253); }
H1.HeaderClassName
{
color: #0589FD;
}
.AnyTagClassName
{
color: #0589FD;
}
</style>
background-color css
<style>
a { background-color: #0589FD; }
a { background-color: rgb(5,137,253); }
div.DivClassName
{
background-color: #0589FD;
}
.BgClassName
{
background-color: #0589FD;
}
</style>
border-color css
<style>
span { border-color: #0589FD; }
span { border-color: rgb(5,137,253); }
td.TdClassName
{
border-color: #0589FD;
}
.TagClassName
{
border-color: #0589FD;
}
</style>