Shades of Dodger Blue #2574F7
Tints of Dodger Blue #2574F7
RGB
CMYK
RGB Variations
Color information
#2574F7 (or 0x2574F7) is known color: Dodger Blue. HEX triplet: 25, 74 and F7. RGB value is (37,116,247). Sum of RGB (Red+Green+Blue) = 37+116+247=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 247 (96.88% from 255 or 61.75% from 400); Max value from RGB is 247 - color contains mainly: blue. Hex color #2574F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2574F7 is #DA8B08. Grayscale: #6A6A6A. Windows color (decimal): -14322441 or 16217125. OLE color: 16217125.
HSL color Cylindrical-coordinate representation of color #2574F7: hue angle of 217.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2574F7 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 116 | 247 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.03 |
| HSL | 217.43º | 0.93% | 0.56% | - |
| HSV(B) | 217.43º | 0.85% | 0.97% | - |
| XYZ | 23.8 | 19.6 | 90.52 | - |
| YUV | 107.31 | 206.83 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 247 | 0.85 | 0.53 | 0 | 0.03 | 217.43 | 0.93 | 0.56 |
| Hex | 25 | 74 | F7 | 55 | 35 | 0 | 3 | D9 | 5D | 38 |
| Octal | 45 | 164 | 367 | 125 | 65 | 0 | 3 | 331 | 135 | 70 |
| Binary | 100101 | 1110100 | 11110111 | 1010101 | 110101 | 0 | 11 | 11011001 | 1011101 | 111000 |
Color Harmonies of #2574F7
Complementary color
Monochromatic Colors of #2574F7
Black with #2574F7
Text Example
Text Example
White with #2574F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2574F7; }
p { color: rgb(37,116,247); }
H1.HeaderClassName
{
color: #2574F7;
}
.AnyTagClassName
{
color: #2574F7;
}
</style>
background-color css
<style>
a { background-color: #2574F7; }
a { background-color: rgb(37,116,247); }
div.DivClassName
{
background-color: #2574F7;
}
.BgClassName
{
background-color: #2574F7;
}
</style>
border-color css
<style>
span { border-color: #2574F7; }
span { border-color: rgb(37,116,247); }
td.TdClassName
{
border-color: #2574F7;
}
.TagClassName
{
border-color: #2574F7;
}
</style>