Shades of Dodger Blue #257EDB
Tints of Dodger Blue #257EDB
RGB
CMYK
RGB Variations
Color information
#257EDB (or 0x257EDB) is known color: Dodger Blue. HEX triplet: 25, 7E and DB. RGB value is (37,126,219). Sum of RGB (Red+Green+Blue) = 37+126+219=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #257EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EDB is #DA8124. Grayscale: #6D6D6D. Windows color (decimal): -14319909 or 14384677. OLE color: 14384677.
HSL color Cylindrical-coordinate representation of color #257EDB: hue angle of 210.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257EDB is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 126 | 219 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.14 |
| HSL | 210.66º | 0.72% | 0.5% | - |
| HSV(B) | 210.66º | 0.83% | 0.86% | - |
| XYZ | 21.01 | 20.43 | 69.85 | - |
| YUV | 109.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 219 | 0.83 | 0.42 | 0 | 0.14 | 210.66 | 0.72 | 0.5 |
| Hex | 25 | 7E | DB | 53 | 2A | 0 | E | D3 | 48 | 32 |
| Octal | 45 | 176 | 333 | 123 | 52 | 0 | 16 | 323 | 110 | 62 |
| Binary | 100101 | 1111110 | 11011011 | 1010011 | 101010 | 0 | 1110 | 11010011 | 1001000 | 110010 |
Color Harmonies of #257EDB
Complementary color
Monochromatic Colors of #257EDB
Black with #257EDB
Text Example
Text Example
White with #257EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EDB; }
p { color: rgb(37,126,219); }
H1.HeaderClassName
{
color: #257EDB;
}
.AnyTagClassName
{
color: #257EDB;
}
</style>
background-color css
<style>
a { background-color: #257EDB; }
a { background-color: rgb(37,126,219); }
div.DivClassName
{
background-color: #257EDB;
}
.BgClassName
{
background-color: #257EDB;
}
</style>
border-color css
<style>
span { border-color: #257EDB; }
span { border-color: rgb(37,126,219); }
td.TdClassName
{
border-color: #257EDB;
}
.TagClassName
{
border-color: #257EDB;
}
</style>