Shades of Dodger Blue #257CFC
Tints of Dodger Blue #257CFC
RGB
CMYK
RGB Variations
Color information
#257CFC (or 0x257CFC) is known color: Dodger Blue. HEX triplet: 25, 7C and FC. RGB value is (37,124,252). Sum of RGB (Red+Green+Blue) = 37+124+252=413 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.96% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #257CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #257CFC is #DA8303. Grayscale: #6F6F6F. Windows color (decimal): -14320388 or 16546853. OLE color: 16546853.
HSL color Cylindrical-coordinate representation of color #257CFC: hue angle of 215.72º 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 #257CFC is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 124 | 252 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.01 |
| HSL | 215.72º | 0.97% | 0.57% | - |
| HSV(B) | 215.72º | 0.85% | 0.99% | - |
| XYZ | 25.54 | 21.84 | 94.96 | - |
| YUV | 112.58 | 206.68 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 252 | 0.85 | 0.51 | 0 | 0.01 | 215.72 | 0.97 | 0.57 |
| Hex | 25 | 7C | FC | 55 | 33 | 0 | 1 | D8 | 61 | 39 |
| Octal | 45 | 174 | 374 | 125 | 63 | 0 | 1 | 330 | 141 | 71 |
| Binary | 100101 | 1111100 | 11111100 | 1010101 | 110011 | 0 | 1 | 11011000 | 1100001 | 111001 |
Color Harmonies of #257CFC
Complementary color
Monochromatic Colors of #257CFC
Black with #257CFC
Text Example
Text Example
White with #257CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CFC; }
p { color: rgb(37,124,252); }
H1.HeaderClassName
{
color: #257CFC;
}
.AnyTagClassName
{
color: #257CFC;
}
</style>
background-color css
<style>
a { background-color: #257CFC; }
a { background-color: rgb(37,124,252); }
div.DivClassName
{
background-color: #257CFC;
}
.BgClassName
{
background-color: #257CFC;
}
</style>
border-color css
<style>
span { border-color: #257CFC; }
span { border-color: rgb(37,124,252); }
td.TdClassName
{
border-color: #257CFC;
}
.TagClassName
{
border-color: #257CFC;
}
</style>