Shades of Dodger Blue #257BEB
Tints of Dodger Blue #257BEB
RGB
CMYK
RGB Variations
Color information
#257BEB (or 0x257BEB) is known color: Dodger Blue. HEX triplet: 25, 7B and EB. RGB value is (37,123,235). Sum of RGB (Red+Green+Blue) = 37+123+235=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #257BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257BEB is #DA8414. Grayscale: #6D6D6D. Windows color (decimal): -14320661 or 15432485. OLE color: 15432485.
HSL color Cylindrical-coordinate representation of color #257BEB: hue angle of 213.94º degrees, saturation: 0.83, 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 #257BEB is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 123 | 235 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.08 |
| HSL | 213.94º | 0.83% | 0.53% | - |
| HSV(B) | 213.94º | 0.84% | 0.92% | - |
| XYZ | 22.84 | 20.56 | 81.36 | - |
| YUV | 110.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 235 | 0.84 | 0.48 | 0 | 0.08 | 213.94 | 0.83 | 0.53 |
| Hex | 25 | 7B | EB | 54 | 30 | 0 | 8 | D6 | 53 | 35 |
| Octal | 45 | 173 | 353 | 124 | 60 | 0 | 10 | 326 | 123 | 65 |
| Binary | 100101 | 1111011 | 11101011 | 1010100 | 110000 | 0 | 1000 | 11010110 | 1010011 | 110101 |
Color Harmonies of #257BEB
Complementary color
Monochromatic Colors of #257BEB
Black with #257BEB
Text Example
Text Example
White with #257BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BEB; }
p { color: rgb(37,123,235); }
H1.HeaderClassName
{
color: #257BEB;
}
.AnyTagClassName
{
color: #257BEB;
}
</style>
background-color css
<style>
a { background-color: #257BEB; }
a { background-color: rgb(37,123,235); }
div.DivClassName
{
background-color: #257BEB;
}
.BgClassName
{
background-color: #257BEB;
}
</style>
border-color css
<style>
span { border-color: #257BEB; }
span { border-color: rgb(37,123,235); }
td.TdClassName
{
border-color: #257BEB;
}
.TagClassName
{
border-color: #257BEB;
}
</style>