Shades of Dodger Blue #257CEC
Tints of Dodger Blue #257CEC
RGB
CMYK
RGB Variations
Color information
#257CEC (or 0x257CEC) is known color: Dodger Blue. HEX triplet: 25, 7C and EC. RGB value is (37,124,236). Sum of RGB (Red+Green+Blue) = 37+124+236=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #257CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CEC is #DA8313. Grayscale: #6E6E6E. Windows color (decimal): -14320404 or 15498277. OLE color: 15498277.
HSL color Cylindrical-coordinate representation of color #257CEC: hue angle of 213.77º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257CEC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 124 | 236 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.07 |
| HSL | 213.77º | 0.84% | 0.54% | - |
| HSV(B) | 213.77º | 0.84% | 0.93% | - |
| XYZ | 23.11 | 20.86 | 82.17 | - |
| YUV | 110.76 | 198.68 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 236 | 0.84 | 0.47 | 0 | 0.07 | 213.77 | 0.84 | 0.54 |
| Hex | 25 | 7C | EC | 54 | 2F | 0 | 7 | D6 | 54 | 36 |
| Octal | 45 | 174 | 354 | 124 | 57 | 0 | 7 | 326 | 124 | 66 |
| Binary | 100101 | 1111100 | 11101100 | 1010100 | 101111 | 0 | 111 | 11010110 | 1010100 | 110110 |
Color Harmonies of #257CEC
Complementary color
Monochromatic Colors of #257CEC
Black with #257CEC
Text Example
Text Example
White with #257CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CEC; }
p { color: rgb(37,124,236); }
H1.HeaderClassName
{
color: #257CEC;
}
.AnyTagClassName
{
color: #257CEC;
}
</style>
background-color css
<style>
a { background-color: #257CEC; }
a { background-color: rgb(37,124,236); }
div.DivClassName
{
background-color: #257CEC;
}
.BgClassName
{
background-color: #257CEC;
}
</style>
border-color css
<style>
span { border-color: #257CEC; }
span { border-color: rgb(37,124,236); }
td.TdClassName
{
border-color: #257CEC;
}
.TagClassName
{
border-color: #257CEC;
}
</style>