Shades of Dodger Blue #257AEE
Tints of Dodger Blue #257AEE
RGB
CMYK
RGB Variations
Color information
#257AEE (or 0x257AEE) is known color: Dodger Blue. HEX triplet: 25, 7A and EE. RGB value is (37,122,238). Sum of RGB (Red+Green+Blue) = 37+122+238=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #257AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257AEE is #DA8511. Grayscale: #6D6D6D. Windows color (decimal): -14320914 or 15628837. OLE color: 15628837.
HSL color Cylindrical-coordinate representation of color #257AEE: hue angle of 214.63º 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 #257AEE is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 122 | 238 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.07 |
| HSL | 214.63º | 0.86% | 0.54% | - |
| HSV(B) | 214.63º | 0.84% | 0.93% | - |
| XYZ | 23.16 | 20.49 | 83.62 | - |
| YUV | 109.81 | 200.34 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 238 | 0.84 | 0.49 | 0 | 0.07 | 214.63 | 0.86 | 0.54 |
| Hex | 25 | 7A | EE | 54 | 31 | 0 | 7 | D7 | 56 | 36 |
| Octal | 45 | 172 | 356 | 124 | 61 | 0 | 7 | 327 | 126 | 66 |
| Binary | 100101 | 1111010 | 11101110 | 1010100 | 110001 | 0 | 111 | 11010111 | 1010110 | 110110 |
Color Harmonies of #257AEE
Complementary color
Monochromatic Colors of #257AEE
Black with #257AEE
Text Example
Text Example
White with #257AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257AEE; }
p { color: rgb(37,122,238); }
H1.HeaderClassName
{
color: #257AEE;
}
.AnyTagClassName
{
color: #257AEE;
}
</style>
background-color css
<style>
a { background-color: #257AEE; }
a { background-color: rgb(37,122,238); }
div.DivClassName
{
background-color: #257AEE;
}
.BgClassName
{
background-color: #257AEE;
}
</style>
border-color css
<style>
span { border-color: #257AEE; }
span { border-color: rgb(37,122,238); }
td.TdClassName
{
border-color: #257AEE;
}
.TagClassName
{
border-color: #257AEE;
}
</style>