Shades of Dodger Blue #257CE6
Tints of Dodger Blue #257CE6
RGB
CMYK
RGB Variations
Color information
#257CE6 (or 0x257CE6) is known color: Dodger Blue. HEX triplet: 25, 7C and E6. RGB value is (37,124,230). Sum of RGB (Red+Green+Blue) = 37+124+230=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #257CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CE6 is #DA8319. Grayscale: #6D6D6D. Windows color (decimal): -14320410 or 15105061. OLE color: 15105061.
HSL color Cylindrical-coordinate representation of color #257CE6: hue angle of 212.95º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257CE6 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 124 | 230 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.10 |
| HSL | 212.95º | 0.79% | 0.52% | - |
| HSV(B) | 212.95º | 0.84% | 0.9% | - |
| XYZ | 22.25 | 20.52 | 77.65 | - |
| YUV | 110.07 | 195.68 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 230 | 0.84 | 0.46 | 0 | 0.10 | 212.95 | 0.79 | 0.52 |
| Hex | 25 | 7C | E6 | 54 | 2E | 0 | A | D5 | 4F | 34 |
| Octal | 45 | 174 | 346 | 124 | 56 | 0 | 12 | 325 | 117 | 64 |
| Binary | 100101 | 1111100 | 11100110 | 1010100 | 101110 | 0 | 1010 | 11010101 | 1001111 | 110100 |
Color Harmonies of #257CE6
Complementary color
Monochromatic Colors of #257CE6
Black with #257CE6
Text Example
Text Example
White with #257CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CE6; }
p { color: rgb(37,124,230); }
H1.HeaderClassName
{
color: #257CE6;
}
.AnyTagClassName
{
color: #257CE6;
}
</style>
background-color css
<style>
a { background-color: #257CE6; }
a { background-color: rgb(37,124,230); }
div.DivClassName
{
background-color: #257CE6;
}
.BgClassName
{
background-color: #257CE6;
}
</style>
border-color css
<style>
span { border-color: #257CE6; }
span { border-color: rgb(37,124,230); }
td.TdClassName
{
border-color: #257CE6;
}
.TagClassName
{
border-color: #257CE6;
}
</style>