Shades of Dodger Blue #257FFA
Tints of Dodger Blue #257FFA
RGB
CMYK
RGB Variations
Color information
#257FFA (or 0x257FFA) is known color: Dodger Blue. HEX triplet: 25, 7F and FA. RGB value is (37,127,250). Sum of RGB (Red+Green+Blue) = 37+127+250=414 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.94% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #257FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FFA is #DA8005. Grayscale: #717171. Windows color (decimal): -14319622 or 16416549. OLE color: 16416549.
HSL color Cylindrical-coordinate representation of color #257FFA: hue angle of 214.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257FFA is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 127 | 250 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.02 |
| HSL | 214.65º | 0.96% | 0.56% | - |
| HSV(B) | 214.65º | 0.85% | 0.98% | - |
| XYZ | 25.61 | 22.47 | 93.43 | - |
| YUV | 114.11 | 204.68 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 250 | 0.85 | 0.49 | 0 | 0.02 | 214.65 | 0.96 | 0.56 |
| Hex | 25 | 7F | FA | 55 | 31 | 0 | 2 | D7 | 60 | 38 |
| Octal | 45 | 177 | 372 | 125 | 61 | 0 | 2 | 327 | 140 | 70 |
| Binary | 100101 | 1111111 | 11111010 | 1010101 | 110001 | 0 | 10 | 11010111 | 1100000 | 111000 |
Color Harmonies of #257FFA
Complementary color
Monochromatic Colors of #257FFA
Black with #257FFA
Text Example
Text Example
White with #257FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FFA; }
p { color: rgb(37,127,250); }
H1.HeaderClassName
{
color: #257FFA;
}
.AnyTagClassName
{
color: #257FFA;
}
</style>
background-color css
<style>
a { background-color: #257FFA; }
a { background-color: rgb(37,127,250); }
div.DivClassName
{
background-color: #257FFA;
}
.BgClassName
{
background-color: #257FFA;
}
</style>
border-color css
<style>
span { border-color: #257FFA; }
span { border-color: rgb(37,127,250); }
td.TdClassName
{
border-color: #257FFA;
}
.TagClassName
{
border-color: #257FFA;
}
</style>