Shades of Dodger Blue #257FE2
Tints of Dodger Blue #257FE2
RGB
CMYK
RGB Variations
Color information
#257FE2 (or 0x257FE2) is known color: Dodger Blue. HEX triplet: 25, 7F and E2. RGB value is (37,127,226). Sum of RGB (Red+Green+Blue) = 37+127+226=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #257FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FE2 is #DA801D. Grayscale: #6E6E6E. Windows color (decimal): -14319646 or 14843685. OLE color: 14843685.
HSL color Cylindrical-coordinate representation of color #257FE2: hue angle of 211.43º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #257FE2 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 127 | 226 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.11 |
| HSL | 211.43º | 0.77% | 0.52% | - |
| HSV(B) | 211.43º | 0.84% | 0.89% | - |
| XYZ | 22.08 | 21.06 | 74.85 | - |
| YUV | 111.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 226 | 0.84 | 0.44 | 0 | 0.11 | 211.43 | 0.77 | 0.52 |
| Hex | 25 | 7F | E2 | 54 | 2C | 0 | B | D3 | 4D | 34 |
| Octal | 45 | 177 | 342 | 124 | 54 | 0 | 13 | 323 | 115 | 64 |
| Binary | 100101 | 1111111 | 11100010 | 1010100 | 101100 | 0 | 1011 | 11010011 | 1001101 | 110100 |
Color Harmonies of #257FE2
Complementary color
Monochromatic Colors of #257FE2
Black with #257FE2
Text Example
Text Example
White with #257FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FE2; }
p { color: rgb(37,127,226); }
H1.HeaderClassName
{
color: #257FE2;
}
.AnyTagClassName
{
color: #257FE2;
}
</style>
background-color css
<style>
a { background-color: #257FE2; }
a { background-color: rgb(37,127,226); }
div.DivClassName
{
background-color: #257FE2;
}
.BgClassName
{
background-color: #257FE2;
}
</style>
border-color css
<style>
span { border-color: #257FE2; }
span { border-color: rgb(37,127,226); }
td.TdClassName
{
border-color: #257FE2;
}
.TagClassName
{
border-color: #257FE2;
}
</style>