Shades of Dodger Blue #257FFC
Tints of Dodger Blue #257FFC
RGB
CMYK
RGB Variations
Color information
#257FFC (or 0x257FFC) is known color: Dodger Blue. HEX triplet: 25, 7F and FC. RGB value is (37,127,252). Sum of RGB (Red+Green+Blue) = 37+127+252=416 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.89% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #257FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257FFC is #DA8003. Grayscale: #717171. Windows color (decimal): -14319620 or 16547621. OLE color: 16547621.
HSL color Cylindrical-coordinate representation of color #257FFC: hue angle of 214.88º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #257FFC is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 127 | 252 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.01 |
| HSL | 214.88º | 0.97% | 0.57% | - |
| HSV(B) | 214.88º | 0.85% | 0.99% | - |
| XYZ | 25.92 | 22.6 | 95.09 | - |
| YUV | 114.34 | 205.68 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 252 | 0.85 | 0.50 | 0 | 0.01 | 214.88 | 0.97 | 0.57 |
| Hex | 25 | 7F | FC | 55 | 32 | 0 | 1 | D7 | 61 | 39 |
| Octal | 45 | 177 | 374 | 125 | 62 | 0 | 1 | 327 | 141 | 71 |
| Binary | 100101 | 1111111 | 11111100 | 1010101 | 110010 | 0 | 1 | 11010111 | 1100001 | 111001 |
Color Harmonies of #257FFC
Complementary color
Monochromatic Colors of #257FFC
Black with #257FFC
Text Example
Text Example
White with #257FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257FFC; }
p { color: rgb(37,127,252); }
H1.HeaderClassName
{
color: #257FFC;
}
.AnyTagClassName
{
color: #257FFC;
}
</style>
background-color css
<style>
a { background-color: #257FFC; }
a { background-color: rgb(37,127,252); }
div.DivClassName
{
background-color: #257FFC;
}
.BgClassName
{
background-color: #257FFC;
}
</style>
border-color css
<style>
span { border-color: #257FFC; }
span { border-color: rgb(37,127,252); }
td.TdClassName
{
border-color: #257FFC;
}
.TagClassName
{
border-color: #257FFC;
}
</style>