Shades of Dodger Blue #257FFB
Tints of Dodger Blue #257FFB
RGB
CMYK
RGB Variations
Color information
#257FFB (or 0x257FFB) is known color: Dodger Blue. HEX triplet: 25, 7F and FB. RGB value is (37,127,251). Sum of RGB (Red+Green+Blue) = 37+127+251=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #257FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FFB is #DA8004. Grayscale: #717171. Windows color (decimal): -14319621 or 16482085. OLE color: 16482085.
HSL color Cylindrical-coordinate representation of color #257FFB: hue angle of 214.77º 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 #257FFB is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 127 | 251 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.02 |
| HSL | 214.77º | 0.96% | 0.56% | - |
| HSV(B) | 214.77º | 0.85% | 0.98% | - |
| XYZ | 25.76 | 22.54 | 94.26 | - |
| YUV | 114.23 | 205.18 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 251 | 0.85 | 0.49 | 0 | 0.02 | 214.77 | 0.96 | 0.56 |
| Hex | 25 | 7F | FB | 55 | 31 | 0 | 2 | D7 | 60 | 38 |
| Octal | 45 | 177 | 373 | 125 | 61 | 0 | 2 | 327 | 140 | 70 |
| Binary | 100101 | 1111111 | 11111011 | 1010101 | 110001 | 0 | 10 | 11010111 | 1100000 | 111000 |
Color Harmonies of #257FFB
Complementary color
Monochromatic Colors of #257FFB
Black with #257FFB
Text Example
Text Example
White with #257FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FFB; }
p { color: rgb(37,127,251); }
H1.HeaderClassName
{
color: #257FFB;
}
.AnyTagClassName
{
color: #257FFB;
}
</style>
background-color css
<style>
a { background-color: #257FFB; }
a { background-color: rgb(37,127,251); }
div.DivClassName
{
background-color: #257FFB;
}
.BgClassName
{
background-color: #257FFB;
}
</style>
border-color css
<style>
span { border-color: #257FFB; }
span { border-color: rgb(37,127,251); }
td.TdClassName
{
border-color: #257FFB;
}
.TagClassName
{
border-color: #257FFB;
}
</style>