Shades of Dodger Blue #2577FF
Tints of Dodger Blue #2577FF
RGB
CMYK
RGB Variations
Color information
#2577FF (or 0x2577FF) is known color: Dodger Blue. HEX triplet: 25, 77 and FF. RGB value is (37,119,255). Sum of RGB (Red+Green+Blue) = 37+119+255=411 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.00% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #2577FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2577FF is #DA8800. Grayscale: #6D6D6D. Windows color (decimal): -14321665 or 16742181. OLE color: 16742181.
HSL color Cylindrical-coordinate representation of color #2577FF: hue angle of 217.43º 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 #2577FF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 119 | 255 | - |
| CMYK | 0.85 | 0.53 | 0 | 0 |
| HSL | 217.43º | 1% | 0.57% | - |
| HSV(B) | 217.43º | 0.85% | 1% | - |
| XYZ | 25.41 | 20.81 | 97.28 | - |
| YUV | 109.99 | 209.83 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 255 | 0.85 | 0.53 | 0 | 0 | 217.43 | 1 | 0.57 |
| Hex | 25 | 77 | FF | 55 | 35 | 0 | 0 | D9 | 64 | 39 |
| Octal | 45 | 167 | 377 | 125 | 65 | 0 | 0 | 331 | 144 | 71 |
| Binary | 100101 | 1110111 | 11111111 | 1010101 | 110101 | 0 | 0 | 11011001 | 1100100 | 111001 |
Color Harmonies of #2577FF
Complementary color
Monochromatic Colors of #2577FF
Black with #2577FF
Text Example
Text Example
White with #2577FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2577FF; }
p { color: rgb(37,119,255); }
H1.HeaderClassName
{
color: #2577FF;
}
.AnyTagClassName
{
color: #2577FF;
}
</style>
background-color css
<style>
a { background-color: #2577FF; }
a { background-color: rgb(37,119,255); }
div.DivClassName
{
background-color: #2577FF;
}
.BgClassName
{
background-color: #2577FF;
}
</style>
border-color css
<style>
span { border-color: #2577FF; }
span { border-color: rgb(37,119,255); }
td.TdClassName
{
border-color: #2577FF;
}
.TagClassName
{
border-color: #2577FF;
}
</style>