Shades of Dodger Blue #257CEF
Tints of Dodger Blue #257CEF
RGB
CMYK
RGB Variations
Color information
#257CEF (or 0x257CEF) is known color: Dodger Blue. HEX triplet: 25, 7C and EF. RGB value is (37,124,239). Sum of RGB (Red+Green+Blue) = 37+124+239=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #257CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CEF is #DA8310. Grayscale: #6E6E6E. Windows color (decimal): -14320401 or 15694885. OLE color: 15694885.
HSL color Cylindrical-coordinate representation of color #257CEF: hue angle of 214.16º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257CEF is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 124 | 239 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.06 |
| HSL | 214.16º | 0.86% | 0.54% | - |
| HSV(B) | 214.16º | 0.85% | 0.94% | - |
| XYZ | 23.55 | 21.04 | 84.48 | - |
| YUV | 111.1 | 200.18 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 239 | 0.85 | 0.48 | 0 | 0.06 | 214.16 | 0.86 | 0.54 |
| Hex | 25 | 7C | EF | 55 | 30 | 0 | 6 | D6 | 56 | 36 |
| Octal | 45 | 174 | 357 | 125 | 60 | 0 | 6 | 326 | 126 | 66 |
| Binary | 100101 | 1111100 | 11101111 | 1010101 | 110000 | 0 | 110 | 11010110 | 1010110 | 110110 |
Color Harmonies of #257CEF
Complementary color
Monochromatic Colors of #257CEF
Black with #257CEF
Text Example
Text Example
White with #257CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CEF; }
p { color: rgb(37,124,239); }
H1.HeaderClassName
{
color: #257CEF;
}
.AnyTagClassName
{
color: #257CEF;
}
</style>
background-color css
<style>
a { background-color: #257CEF; }
a { background-color: rgb(37,124,239); }
div.DivClassName
{
background-color: #257CEF;
}
.BgClassName
{
background-color: #257CEF;
}
</style>
border-color css
<style>
span { border-color: #257CEF; }
span { border-color: rgb(37,124,239); }
td.TdClassName
{
border-color: #257CEF;
}
.TagClassName
{
border-color: #257CEF;
}
</style>