Shades of Dodger Blue #257CDF
Tints of Dodger Blue #257CDF
RGB
CMYK
RGB Variations
Color information
#257CDF (or 0x257CDF) is known color: Dodger Blue. HEX triplet: 25, 7C and DF. RGB value is (37,124,223). Sum of RGB (Red+Green+Blue) = 37+124+223=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #257CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CDF is #DA8320. Grayscale: #6C6C6C. Windows color (decimal): -14320417 or 14646309. OLE color: 14646309.
HSL color Cylindrical-coordinate representation of color #257CDF: hue angle of 211.94º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257CDF is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 124 | 223 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.13 |
| HSL | 211.94º | 0.74% | 0.51% | - |
| HSV(B) | 211.94º | 0.83% | 0.87% | - |
| XYZ | 21.29 | 20.14 | 72.58 | - |
| YUV | 109.27 | 192.18 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 223 | 0.83 | 0.44 | 0 | 0.13 | 211.94 | 0.74 | 0.51 |
| Hex | 25 | 7C | DF | 53 | 2C | 0 | D | D4 | 4A | 33 |
| Octal | 45 | 174 | 337 | 123 | 54 | 0 | 15 | 324 | 112 | 63 |
| Binary | 100101 | 1111100 | 11011111 | 1010011 | 101100 | 0 | 1101 | 11010100 | 1001010 | 110011 |
Color Harmonies of #257CDF
Complementary color
Monochromatic Colors of #257CDF
Black with #257CDF
Text Example
Text Example
White with #257CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CDF; }
p { color: rgb(37,124,223); }
H1.HeaderClassName
{
color: #257CDF;
}
.AnyTagClassName
{
color: #257CDF;
}
</style>
background-color css
<style>
a { background-color: #257CDF; }
a { background-color: rgb(37,124,223); }
div.DivClassName
{
background-color: #257CDF;
}
.BgClassName
{
background-color: #257CDF;
}
</style>
border-color css
<style>
span { border-color: #257CDF; }
span { border-color: rgb(37,124,223); }
td.TdClassName
{
border-color: #257CDF;
}
.TagClassName
{
border-color: #257CDF;
}
</style>