Shades of Dodger Blue #257CE7
Tints of Dodger Blue #257CE7
RGB
CMYK
RGB Variations
Color information
#257CE7 (or 0x257CE7) is known color: Dodger Blue. HEX triplet: 25, 7C and E7. RGB value is (37,124,231). Sum of RGB (Red+Green+Blue) = 37+124+231=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 231 (90.62% from 255 or 58.93% from 392); Max value from RGB is 231 - color contains mainly: blue. Hex color #257CE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CE7 is #DA8318. Grayscale: #6D6D6D. Windows color (decimal): -14320409 or 15170597. OLE color: 15170597.
HSL color Cylindrical-coordinate representation of color #257CE7: hue angle of 213.09º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257CE7 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 124 | 231 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.09 |
| HSL | 213.09º | 0.8% | 0.53% | - |
| HSV(B) | 213.09º | 0.84% | 0.91% | - |
| XYZ | 22.39 | 20.58 | 78.39 | - |
| YUV | 110.19 | 196.18 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 231 | 0.84 | 0.46 | 0 | 0.09 | 213.09 | 0.8 | 0.53 |
| Hex | 25 | 7C | E7 | 54 | 2E | 0 | 9 | D5 | 50 | 35 |
| Octal | 45 | 174 | 347 | 124 | 56 | 0 | 11 | 325 | 120 | 65 |
| Binary | 100101 | 1111100 | 11100111 | 1010100 | 101110 | 0 | 1001 | 11010101 | 1010000 | 110101 |
Color Harmonies of #257CE7
Complementary color
Monochromatic Colors of #257CE7
Black with #257CE7
Text Example
Text Example
White with #257CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CE7; }
p { color: rgb(37,124,231); }
H1.HeaderClassName
{
color: #257CE7;
}
.AnyTagClassName
{
color: #257CE7;
}
</style>
background-color css
<style>
a { background-color: #257CE7; }
a { background-color: rgb(37,124,231); }
div.DivClassName
{
background-color: #257CE7;
}
.BgClassName
{
background-color: #257CE7;
}
</style>
border-color css
<style>
span { border-color: #257CE7; }
span { border-color: rgb(37,124,231); }
td.TdClassName
{
border-color: #257CE7;
}
.TagClassName
{
border-color: #257CE7;
}
</style>