Shades of Dodger Blue #2589FB
Tints of Dodger Blue #2589FB
RGB
CMYK
RGB Variations
Color information
#2589FB (or 0x2589FB) is known color: Dodger Blue. HEX triplet: 25, 89 and FB. RGB value is (37,137,251). Sum of RGB (Red+Green+Blue) = 37+137+251=425 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.71% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #2589FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2589FB is #DA7604. Grayscale: #777777. Windows color (decimal): -14317061 or 16484645. OLE color: 16484645.
HSL color Cylindrical-coordinate representation of color #2589FB: hue angle of 211.96º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2589FB is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 137 | 251 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.02 |
| HSL | 211.96º | 0.96% | 0.56% | - |
| HSV(B) | 211.96º | 0.85% | 0.98% | - |
| XYZ | 27.12 | 25.25 | 94.71 | - |
| YUV | 120.1 | 201.87 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 251 | 0.85 | 0.45 | 0 | 0.02 | 211.96 | 0.96 | 0.56 |
| Hex | 25 | 89 | FB | 55 | 2D | 0 | 2 | D4 | 60 | 38 |
| Octal | 45 | 211 | 373 | 125 | 55 | 0 | 2 | 324 | 140 | 70 |
| Binary | 100101 | 10001001 | 11111011 | 1010101 | 101101 | 0 | 10 | 11010100 | 1100000 | 111000 |
Color Harmonies of #2589FB
Complementary color
Monochromatic Colors of #2589FB
Black with #2589FB
Text Example
Text Example
White with #2589FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2589FB; }
p { color: rgb(37,137,251); }
H1.HeaderClassName
{
color: #2589FB;
}
.AnyTagClassName
{
color: #2589FB;
}
</style>
background-color css
<style>
a { background-color: #2589FB; }
a { background-color: rgb(37,137,251); }
div.DivClassName
{
background-color: #2589FB;
}
.BgClassName
{
background-color: #2589FB;
}
</style>
border-color css
<style>
span { border-color: #2589FB; }
span { border-color: rgb(37,137,251); }
td.TdClassName
{
border-color: #2589FB;
}
.TagClassName
{
border-color: #2589FB;
}
</style>