Shades of Dodger Blue #2579F1
Tints of Dodger Blue #2579F1
RGB
CMYK
RGB Variations
Color information
#2579F1 (or 0x2579F1) is known color: Dodger Blue. HEX triplet: 25, 79 and F1. RGB value is (37,121,241). Sum of RGB (Red+Green+Blue) = 37+121+241=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #2579F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2579F1 is #DA860E. Grayscale: #6D6D6D. Windows color (decimal): -14321167 or 15825189. OLE color: 15825189.
HSL color Cylindrical-coordinate representation of color #2579F1: hue angle of 215.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2579F1 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 121 | 241 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.05 |
| HSL | 215.29º | 0.88% | 0.55% | - |
| HSV(B) | 215.29º | 0.85% | 0.95% | - |
| XYZ | 23.48 | 20.42 | 85.92 | - |
| YUV | 109.56 | 202.17 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 241 | 0.85 | 0.50 | 0 | 0.05 | 215.29 | 0.88 | 0.55 |
| Hex | 25 | 79 | F1 | 55 | 32 | 0 | 5 | D7 | 58 | 37 |
| Octal | 45 | 171 | 361 | 125 | 62 | 0 | 5 | 327 | 130 | 67 |
| Binary | 100101 | 1111001 | 11110001 | 1010101 | 110010 | 0 | 101 | 11010111 | 1011000 | 110111 |
Color Harmonies of #2579F1
Complementary color
Monochromatic Colors of #2579F1
Black with #2579F1
Text Example
Text Example
White with #2579F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2579F1; }
p { color: rgb(37,121,241); }
H1.HeaderClassName
{
color: #2579F1;
}
.AnyTagClassName
{
color: #2579F1;
}
</style>
background-color css
<style>
a { background-color: #2579F1; }
a { background-color: rgb(37,121,241); }
div.DivClassName
{
background-color: #2579F1;
}
.BgClassName
{
background-color: #2579F1;
}
</style>
border-color css
<style>
span { border-color: #2579F1; }
span { border-color: rgb(37,121,241); }
td.TdClassName
{
border-color: #2579F1;
}
.TagClassName
{
border-color: #2579F1;
}
</style>