Shades of Dodger Blue #2589FF
Tints of Dodger Blue #2589FF
RGB
CMYK
RGB Variations
Color information
#2589FF (or 0x2589FF) is known color: Dodger Blue. HEX triplet: 25, 89 and FF. RGB value is (37,137,255). Sum of RGB (Red+Green+Blue) = 37+137+255=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #2589FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2589FF is #DA7600. Grayscale: #777777. Windows color (decimal): -14317057 or 16746789. OLE color: 16746789.
HSL color Cylindrical-coordinate representation of color #2589FF: hue angle of 212.48º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2589FF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 137 | 255 | - |
| CMYK | 0.85 | 0.46 | 0 | 0 |
| HSL | 212.48º | 1% | 0.57% | - |
| HSV(B) | 212.48º | 0.85% | 1% | - |
| XYZ | 27.76 | 25.5 | 98.07 | - |
| YUV | 120.55 | 203.87 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 255 | 0.85 | 0.46 | 0 | 0 | 212.48 | 1 | 0.57 |
| Hex | 25 | 89 | FF | 55 | 2E | 0 | 0 | D4 | 64 | 39 |
| Octal | 45 | 211 | 377 | 125 | 56 | 0 | 0 | 324 | 144 | 71 |
| Binary | 100101 | 10001001 | 11111111 | 1010101 | 101110 | 0 | 0 | 11010100 | 1100100 | 111001 |
Color Harmonies of #2589FF
Complementary color
Monochromatic Colors of #2589FF
Black with #2589FF
Text Example
Text Example
White with #2589FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2589FF; }
p { color: rgb(37,137,255); }
H1.HeaderClassName
{
color: #2589FF;
}
.AnyTagClassName
{
color: #2589FF;
}
</style>
background-color css
<style>
a { background-color: #2589FF; }
a { background-color: rgb(37,137,255); }
div.DivClassName
{
background-color: #2589FF;
}
.BgClassName
{
background-color: #2589FF;
}
</style>
border-color css
<style>
span { border-color: #2589FF; }
span { border-color: rgb(37,137,255); }
td.TdClassName
{
border-color: #2589FF;
}
.TagClassName
{
border-color: #2589FF;
}
</style>