Shades of Dodger Blue #257FF5
Tints of Dodger Blue #257FF5
RGB
CMYK
RGB Variations
Color information
#257FF5 (or 0x257FF5) is known color: Dodger Blue. HEX triplet: 25, 7F and F5. RGB value is (37,127,245). Sum of RGB (Red+Green+Blue) = 37+127+245=409 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.05% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 245 (96.09% from 255 or 59.90% from 409); Max value from RGB is 245 - color contains mainly: blue. Hex color #257FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FF5 is #DA800A. Grayscale: #707070. Windows color (decimal): -14319627 or 16088869. OLE color: 16088869.
HSL color Cylindrical-coordinate representation of color #257FF5: hue angle of 214.04º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257FF5 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 127 | 245 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.04 |
| HSL | 214.04º | 0.91% | 0.55% | - |
| HSV(B) | 214.04º | 0.85% | 0.96% | - |
| XYZ | 24.83 | 22.16 | 89.36 | - |
| YUV | 113.54 | 202.18 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 245 | 0.85 | 0.48 | 0 | 0.04 | 214.04 | 0.91 | 0.55 |
| Hex | 25 | 7F | F5 | 55 | 30 | 0 | 4 | D6 | 5B | 37 |
| Octal | 45 | 177 | 365 | 125 | 60 | 0 | 4 | 326 | 133 | 67 |
| Binary | 100101 | 1111111 | 11110101 | 1010101 | 110000 | 0 | 100 | 11010110 | 1011011 | 110111 |
Color Harmonies of #257FF5
Complementary color
Monochromatic Colors of #257FF5
Black with #257FF5
Text Example
Text Example
White with #257FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FF5; }
p { color: rgb(37,127,245); }
H1.HeaderClassName
{
color: #257FF5;
}
.AnyTagClassName
{
color: #257FF5;
}
</style>
background-color css
<style>
a { background-color: #257FF5; }
a { background-color: rgb(37,127,245); }
div.DivClassName
{
background-color: #257FF5;
}
.BgClassName
{
background-color: #257FF5;
}
</style>
border-color css
<style>
span { border-color: #257FF5; }
span { border-color: rgb(37,127,245); }
td.TdClassName
{
border-color: #257FF5;
}
.TagClassName
{
border-color: #257FF5;
}
</style>