Shades of Dodger Blue #257FFE
Tints of Dodger Blue #257FFE
RGB
CMYK
RGB Variations
Color information
#257FFE (or 0x257FFE) is known color: Dodger Blue. HEX triplet: 25, 7F and FE. RGB value is (37,127,254). Sum of RGB (Red+Green+Blue) = 37+127+254=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #257FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FFE is #DA8001. Grayscale: #717171. Windows color (decimal): -14319618 or 16678693. OLE color: 16678693.
HSL color Cylindrical-coordinate representation of color #257FFE: hue angle of 215.12º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257FFE is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 127 | 254 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.00 |
| HSL | 215.12º | 0.99% | 0.57% | - |
| HSV(B) | 215.12º | 0.85% | 1% | - |
| XYZ | 26.24 | 22.73 | 96.77 | - |
| YUV | 114.57 | 206.68 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 254 | 0.85 | 0.50 | 0 | 0.00 | 215.12 | 0.99 | 0.57 |
| Hex | 25 | 7F | FE | 55 | 32 | 0 | 0 | D7 | 63 | 39 |
| Octal | 45 | 177 | 376 | 125 | 62 | 0 | 0 | 327 | 143 | 71 |
| Binary | 100101 | 1111111 | 11111110 | 1010101 | 110010 | 0 | 0 | 11010111 | 1100011 | 111001 |
Color Harmonies of #257FFE
Complementary color
Monochromatic Colors of #257FFE
Black with #257FFE
Text Example
Text Example
White with #257FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FFE; }
p { color: rgb(37,127,254); }
H1.HeaderClassName
{
color: #257FFE;
}
.AnyTagClassName
{
color: #257FFE;
}
</style>
background-color css
<style>
a { background-color: #257FFE; }
a { background-color: rgb(37,127,254); }
div.DivClassName
{
background-color: #257FFE;
}
.BgClassName
{
background-color: #257FFE;
}
</style>
border-color css
<style>
span { border-color: #257FFE; }
span { border-color: rgb(37,127,254); }
td.TdClassName
{
border-color: #257FFE;
}
.TagClassName
{
border-color: #257FFE;
}
</style>