Shades of Dodger Blue #256DFD
Tints of Dodger Blue #256DFD
RGB
CMYK
RGB Variations
Color information
#256DFD (or 0x256DFD) is known color: Dodger Blue. HEX triplet: 25, 6D and FD. RGB value is (37,109,253). Sum of RGB (Red+Green+Blue) = 37+109+253=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #256DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256DFD is #DA9202. Grayscale: #676767. Windows color (decimal): -14324227 or 16608549. OLE color: 16608549.
HSL color Cylindrical-coordinate representation of color #256DFD: hue angle of 220º degrees, saturation: 0.98, 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 #256DFD is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 109 | 253 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.01 |
| HSL | 220º | 0.98% | 0.57% | - |
| HSV(B) | 220º | 0.85% | 0.99% | - |
| XYZ | 23.96 | 18.42 | 95.22 | - |
| YUV | 103.89 | 212.15 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 253 | 0.85 | 0.57 | 0 | 0.01 | 220 | 0.98 | 0.57 |
| Hex | 25 | 6D | FD | 55 | 39 | 0 | 1 | DC | 62 | 39 |
| Octal | 45 | 155 | 375 | 125 | 71 | 0 | 1 | 334 | 142 | 71 |
| Binary | 100101 | 1101101 | 11111101 | 1010101 | 111001 | 0 | 1 | 11011100 | 1100010 | 111001 |
Color Harmonies of #256DFD
Complementary color
Monochromatic Colors of #256DFD
Black with #256DFD
Text Example
Text Example
White with #256DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DFD; }
p { color: rgb(37,109,253); }
H1.HeaderClassName
{
color: #256DFD;
}
.AnyTagClassName
{
color: #256DFD;
}
</style>
background-color css
<style>
a { background-color: #256DFD; }
a { background-color: rgb(37,109,253); }
div.DivClassName
{
background-color: #256DFD;
}
.BgClassName
{
background-color: #256DFD;
}
</style>
border-color css
<style>
span { border-color: #256DFD; }
span { border-color: rgb(37,109,253); }
td.TdClassName
{
border-color: #256DFD;
}
.TagClassName
{
border-color: #256DFD;
}
</style>