Shades of Dodger Blue #2575F9
Tints of Dodger Blue #2575F9
RGB
CMYK
RGB Variations
Color information
#2575F9 (or 0x2575F9) is known color: Dodger Blue. HEX triplet: 25, 75 and F9. RGB value is (37,117,249). Sum of RGB (Red+Green+Blue) = 37+117+249=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #2575F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2575F9 is #DA8A06. Grayscale: #6B6B6B. Windows color (decimal): -14322183 or 16348453. OLE color: 16348453.
HSL color Cylindrical-coordinate representation of color #2575F9: hue angle of 217.36º degrees, saturation: 0.95, 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 #2575F9 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 117 | 249 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.02 |
| HSL | 217.36º | 0.95% | 0.56% | - |
| HSV(B) | 217.36º | 0.85% | 0.98% | - |
| XYZ | 24.22 | 19.96 | 92.2 | - |
| YUV | 108.13 | 207.5 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 249 | 0.85 | 0.53 | 0 | 0.02 | 217.36 | 0.95 | 0.56 |
| Hex | 25 | 75 | F9 | 55 | 35 | 0 | 2 | D9 | 5F | 38 |
| Octal | 45 | 165 | 371 | 125 | 65 | 0 | 2 | 331 | 137 | 70 |
| Binary | 100101 | 1110101 | 11111001 | 1010101 | 110101 | 0 | 10 | 11011001 | 1011111 | 111000 |
Color Harmonies of #2575F9
Complementary color
Monochromatic Colors of #2575F9
Black with #2575F9
Text Example
Text Example
White with #2575F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575F9; }
p { color: rgb(37,117,249); }
H1.HeaderClassName
{
color: #2575F9;
}
.AnyTagClassName
{
color: #2575F9;
}
</style>
background-color css
<style>
a { background-color: #2575F9; }
a { background-color: rgb(37,117,249); }
div.DivClassName
{
background-color: #2575F9;
}
.BgClassName
{
background-color: #2575F9;
}
</style>
border-color css
<style>
span { border-color: #2575F9; }
span { border-color: rgb(37,117,249); }
td.TdClassName
{
border-color: #2575F9;
}
.TagClassName
{
border-color: #2575F9;
}
</style>