Shades of Dodger Blue #257CE0
Tints of Dodger Blue #257CE0
RGB
CMYK
RGB Variations
Color information
#257CE0 (or 0x257CE0) is known color: Dodger Blue. HEX triplet: 25, 7C and E0. RGB value is (37,124,224). Sum of RGB (Red+Green+Blue) = 37+124+224=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #257CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CE0 is #DA831F. Grayscale: #6C6C6C. Windows color (decimal): -14320416 or 14711845. OLE color: 14711845.
HSL color Cylindrical-coordinate representation of color #257CE0: hue angle of 212.09º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257CE0 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 124 | 224 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.12 |
| HSL | 212.09º | 0.75% | 0.51% | - |
| HSV(B) | 212.09º | 0.83% | 0.88% | - |
| XYZ | 21.43 | 20.19 | 73.29 | - |
| YUV | 109.39 | 192.68 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 224 | 0.83 | 0.45 | 0 | 0.12 | 212.09 | 0.75 | 0.51 |
| Hex | 25 | 7C | E0 | 53 | 2D | 0 | C | D4 | 4B | 33 |
| Octal | 45 | 174 | 340 | 123 | 55 | 0 | 14 | 324 | 113 | 63 |
| Binary | 100101 | 1111100 | 11100000 | 1010011 | 101101 | 0 | 1100 | 11010100 | 1001011 | 110011 |
Color Harmonies of #257CE0
Complementary color
Monochromatic Colors of #257CE0
Black with #257CE0
Text Example
Text Example
White with #257CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CE0; }
p { color: rgb(37,124,224); }
H1.HeaderClassName
{
color: #257CE0;
}
.AnyTagClassName
{
color: #257CE0;
}
</style>
background-color css
<style>
a { background-color: #257CE0; }
a { background-color: rgb(37,124,224); }
div.DivClassName
{
background-color: #257CE0;
}
.BgClassName
{
background-color: #257CE0;
}
</style>
border-color css
<style>
span { border-color: #257CE0; }
span { border-color: rgb(37,124,224); }
td.TdClassName
{
border-color: #257CE0;
}
.TagClassName
{
border-color: #257CE0;
}
</style>