Shades of Dodger Blue #257CEE
Tints of Dodger Blue #257CEE
RGB
CMYK
RGB Variations
Color information
#257CEE (or 0x257CEE) is known color: Dodger Blue. HEX triplet: 25, 7C and EE. RGB value is (37,124,238). Sum of RGB (Red+Green+Blue) = 37+124+238=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #257CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CEE is #DA8311. Grayscale: #6E6E6E. Windows color (decimal): -14320402 or 15629349. OLE color: 15629349.
HSL color Cylindrical-coordinate representation of color #257CEE: hue angle of 214.03º degrees, saturation: 0.86, 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 #257CEE is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 124 | 238 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.07 |
| HSL | 214.03º | 0.86% | 0.54% | - |
| HSV(B) | 214.03º | 0.84% | 0.93% | - |
| XYZ | 23.4 | 20.98 | 83.71 | - |
| YUV | 110.98 | 199.68 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 238 | 0.84 | 0.48 | 0 | 0.07 | 214.03 | 0.86 | 0.54 |
| Hex | 25 | 7C | EE | 54 | 30 | 0 | 7 | D6 | 56 | 36 |
| Octal | 45 | 174 | 356 | 124 | 60 | 0 | 7 | 326 | 126 | 66 |
| Binary | 100101 | 1111100 | 11101110 | 1010100 | 110000 | 0 | 111 | 11010110 | 1010110 | 110110 |
Color Harmonies of #257CEE
Complementary color
Monochromatic Colors of #257CEE
Black with #257CEE
Text Example
Text Example
White with #257CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CEE; }
p { color: rgb(37,124,238); }
H1.HeaderClassName
{
color: #257CEE;
}
.AnyTagClassName
{
color: #257CEE;
}
</style>
background-color css
<style>
a { background-color: #257CEE; }
a { background-color: rgb(37,124,238); }
div.DivClassName
{
background-color: #257CEE;
}
.BgClassName
{
background-color: #257CEE;
}
</style>
border-color css
<style>
span { border-color: #257CEE; }
span { border-color: rgb(37,124,238); }
td.TdClassName
{
border-color: #257CEE;
}
.TagClassName
{
border-color: #257CEE;
}
</style>