Shades of Dodger Blue #257CF7
Tints of Dodger Blue #257CF7
RGB
CMYK
RGB Variations
Color information
#257CF7 (or 0x257CF7) is known color: Dodger Blue. HEX triplet: 25, 7C and F7. RGB value is (37,124,247). Sum of RGB (Red+Green+Blue) = 37+124+247=408 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.07% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 247 (96.88% from 255 or 60.54% from 408); Max value from RGB is 247 - color contains mainly: blue. Hex color #257CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CF7 is #DA8308. Grayscale: #6F6F6F. Windows color (decimal): -14320393 or 16219173. OLE color: 16219173.
HSL color Cylindrical-coordinate representation of color #257CF7: hue angle of 215.14º 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 #257CF7 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 124 | 247 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.03 |
| HSL | 215.14º | 0.93% | 0.56% | - |
| HSV(B) | 215.14º | 0.85% | 0.97% | - |
| XYZ | 24.76 | 21.52 | 90.85 | - |
| YUV | 112.01 | 204.18 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 247 | 0.85 | 0.50 | 0 | 0.03 | 215.14 | 0.93 | 0.56 |
| Hex | 25 | 7C | F7 | 55 | 32 | 0 | 3 | D7 | 5D | 38 |
| Octal | 45 | 174 | 367 | 125 | 62 | 0 | 3 | 327 | 135 | 70 |
| Binary | 100101 | 1111100 | 11110111 | 1010101 | 110010 | 0 | 11 | 11010111 | 1011101 | 111000 |
Color Harmonies of #257CF7
Complementary color
Monochromatic Colors of #257CF7
Black with #257CF7
Text Example
Text Example
White with #257CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CF7; }
p { color: rgb(37,124,247); }
H1.HeaderClassName
{
color: #257CF7;
}
.AnyTagClassName
{
color: #257CF7;
}
</style>
background-color css
<style>
a { background-color: #257CF7; }
a { background-color: rgb(37,124,247); }
div.DivClassName
{
background-color: #257CF7;
}
.BgClassName
{
background-color: #257CF7;
}
</style>
border-color css
<style>
span { border-color: #257CF7; }
span { border-color: rgb(37,124,247); }
td.TdClassName
{
border-color: #257CF7;
}
.TagClassName
{
border-color: #257CF7;
}
</style>