Shades of Dodger Blue #2589FE
Tints of Dodger Blue #2589FE
RGB
CMYK
RGB Variations
Color information
#2589FE (or 0x2589FE) is known color: Dodger Blue. HEX triplet: 25, 89 and FE. RGB value is (37,137,254). Sum of RGB (Red+Green+Blue) = 37+137+254=428 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.64% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #2589FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2589FE is #DA7601. Grayscale: #777777. Windows color (decimal): -14317058 or 16681253. OLE color: 16681253.
HSL color Cylindrical-coordinate representation of color #2589FE: hue angle of 212.35º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2589FE is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 137 | 254 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.00 |
| HSL | 212.35º | 0.99% | 0.57% | - |
| HSV(B) | 212.35º | 0.85% | 1% | - |
| XYZ | 27.6 | 25.44 | 97.22 | - |
| YUV | 120.44 | 203.37 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 254 | 0.85 | 0.46 | 0 | 0.00 | 212.35 | 0.99 | 0.57 |
| Hex | 25 | 89 | FE | 55 | 2E | 0 | 0 | D4 | 63 | 39 |
| Octal | 45 | 211 | 376 | 125 | 56 | 0 | 0 | 324 | 143 | 71 |
| Binary | 100101 | 10001001 | 11111110 | 1010101 | 101110 | 0 | 0 | 11010100 | 1100011 | 111001 |
Color Harmonies of #2589FE
Complementary color
Monochromatic Colors of #2589FE
Black with #2589FE
Text Example
Text Example
White with #2589FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2589FE; }
p { color: rgb(37,137,254); }
H1.HeaderClassName
{
color: #2589FE;
}
.AnyTagClassName
{
color: #2589FE;
}
</style>
background-color css
<style>
a { background-color: #2589FE; }
a { background-color: rgb(37,137,254); }
div.DivClassName
{
background-color: #2589FE;
}
.BgClassName
{
background-color: #2589FE;
}
</style>
border-color css
<style>
span { border-color: #2589FE; }
span { border-color: rgb(37,137,254); }
td.TdClassName
{
border-color: #2589FE;
}
.TagClassName
{
border-color: #2589FE;
}
</style>