Shades of Dodger Blue #2574FA
Tints of Dodger Blue #2574FA
RGB
CMYK
RGB Variations
Color information
#2574FA (or 0x2574FA) is known color: Dodger Blue. HEX triplet: 25, 74 and FA. RGB value is (37,116,250). Sum of RGB (Red+Green+Blue) = 37+116+250=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #2574FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2574FA is #DA8B05. Grayscale: #6B6B6B. Windows color (decimal): -14322438 or 16413733. OLE color: 16413733.
HSL color Cylindrical-coordinate representation of color #2574FA: hue angle of 217.75º degrees, saturation: 0.96, 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 #2574FA is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 116 | 250 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.02 |
| HSL | 217.75º | 0.96% | 0.56% | - |
| HSV(B) | 217.75º | 0.85% | 0.98% | - |
| XYZ | 24.26 | 19.79 | 92.98 | - |
| YUV | 107.66 | 208.33 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 250 | 0.85 | 0.54 | 0 | 0.02 | 217.75 | 0.96 | 0.56 |
| Hex | 25 | 74 | FA | 55 | 36 | 0 | 2 | DA | 60 | 38 |
| Octal | 45 | 164 | 372 | 125 | 66 | 0 | 2 | 332 | 140 | 70 |
| Binary | 100101 | 1110100 | 11111010 | 1010101 | 110110 | 0 | 10 | 11011010 | 1100000 | 111000 |
Color Harmonies of #2574FA
Complementary color
Monochromatic Colors of #2574FA
Black with #2574FA
Text Example
Text Example
White with #2574FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2574FA; }
p { color: rgb(37,116,250); }
H1.HeaderClassName
{
color: #2574FA;
}
.AnyTagClassName
{
color: #2574FA;
}
</style>
background-color css
<style>
a { background-color: #2574FA; }
a { background-color: rgb(37,116,250); }
div.DivClassName
{
background-color: #2574FA;
}
.BgClassName
{
background-color: #2574FA;
}
</style>
border-color css
<style>
span { border-color: #2574FA; }
span { border-color: rgb(37,116,250); }
td.TdClassName
{
border-color: #2574FA;
}
.TagClassName
{
border-color: #2574FA;
}
</style>