Shades of Dodger Blue #2574FB
Tints of Dodger Blue #2574FB
RGB
CMYK
RGB Variations
Color information
#2574FB (or 0x2574FB) is known color: Dodger Blue. HEX triplet: 25, 74 and FB. RGB value is (37,116,251). Sum of RGB (Red+Green+Blue) = 37+116+251=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #2574FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2574FB is #DA8B04. Grayscale: #6B6B6B. Windows color (decimal): -14322437 or 16479269. OLE color: 16479269.
HSL color Cylindrical-coordinate representation of color #2574FB: hue angle of 217.85º 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 #2574FB is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 116 | 251 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.02 |
| HSL | 217.85º | 0.96% | 0.56% | - |
| HSV(B) | 217.85º | 0.85% | 0.98% | - |
| XYZ | 24.42 | 19.85 | 93.81 | - |
| YUV | 107.77 | 208.83 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 251 | 0.85 | 0.54 | 0 | 0.02 | 217.85 | 0.96 | 0.56 |
| Hex | 25 | 74 | FB | 55 | 36 | 0 | 2 | DA | 60 | 38 |
| Octal | 45 | 164 | 373 | 125 | 66 | 0 | 2 | 332 | 140 | 70 |
| Binary | 100101 | 1110100 | 11111011 | 1010101 | 110110 | 0 | 10 | 11011010 | 1100000 | 111000 |
Color Harmonies of #2574FB
Complementary color
Monochromatic Colors of #2574FB
Black with #2574FB
Text Example
Text Example
White with #2574FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2574FB; }
p { color: rgb(37,116,251); }
H1.HeaderClassName
{
color: #2574FB;
}
.AnyTagClassName
{
color: #2574FB;
}
</style>
background-color css
<style>
a { background-color: #2574FB; }
a { background-color: rgb(37,116,251); }
div.DivClassName
{
background-color: #2574FB;
}
.BgClassName
{
background-color: #2574FB;
}
</style>
border-color css
<style>
span { border-color: #2574FB; }
span { border-color: rgb(37,116,251); }
td.TdClassName
{
border-color: #2574FB;
}
.TagClassName
{
border-color: #2574FB;
}
</style>