Shades of Dodger Blue #257CEA
Tints of Dodger Blue #257CEA
RGB
CMYK
RGB Variations
Color information
#257CEA (or 0x257CEA) is known color: Dodger Blue. HEX triplet: 25, 7C and EA. RGB value is (37,124,234). Sum of RGB (Red+Green+Blue) = 37+124+234=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #257CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CEA is #DA8315. Grayscale: #6D6D6D. Windows color (decimal): -14320406 or 15367205. OLE color: 15367205.
HSL color Cylindrical-coordinate representation of color #257CEA: hue angle of 213.5º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257CEA is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 124 | 234 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.08 |
| HSL | 213.5º | 0.82% | 0.53% | - |
| HSV(B) | 213.5º | 0.84% | 0.92% | - |
| XYZ | 22.82 | 20.75 | 80.64 | - |
| YUV | 110.53 | 197.68 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 234 | 0.84 | 0.47 | 0 | 0.08 | 213.5 | 0.82 | 0.53 |
| Hex | 25 | 7C | EA | 54 | 2F | 0 | 8 | D6 | 52 | 35 |
| Octal | 45 | 174 | 352 | 124 | 57 | 0 | 10 | 326 | 122 | 65 |
| Binary | 100101 | 1111100 | 11101010 | 1010100 | 101111 | 0 | 1000 | 11010110 | 1010010 | 110101 |
Color Harmonies of #257CEA
Complementary color
Monochromatic Colors of #257CEA
Black with #257CEA
Text Example
Text Example
White with #257CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CEA; }
p { color: rgb(37,124,234); }
H1.HeaderClassName
{
color: #257CEA;
}
.AnyTagClassName
{
color: #257CEA;
}
</style>
background-color css
<style>
a { background-color: #257CEA; }
a { background-color: rgb(37,124,234); }
div.DivClassName
{
background-color: #257CEA;
}
.BgClassName
{
background-color: #257CEA;
}
</style>
border-color css
<style>
span { border-color: #257CEA; }
span { border-color: rgb(37,124,234); }
td.TdClassName
{
border-color: #257CEA;
}
.TagClassName
{
border-color: #257CEA;
}
</style>