Shades of Dodger Blue #256EFD
Tints of Dodger Blue #256EFD
RGB
CMYK
RGB Variations
Color information
#256EFD (or 0x256EFD) is known color: Dodger Blue. HEX triplet: 25, 6E and FD. RGB value is (37,110,253). Sum of RGB (Red+Green+Blue) = 37+110+253=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #256EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EFD is #DA9102. Grayscale: #676767. Windows color (decimal): -14323971 or 16608805. OLE color: 16608805.
HSL color Cylindrical-coordinate representation of color #256EFD: hue angle of 219.72º 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 #256EFD is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 110 | 253 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.01 |
| HSL | 219.72º | 0.98% | 0.57% | - |
| HSV(B) | 219.72º | 0.85% | 0.99% | - |
| XYZ | 24.07 | 18.64 | 95.26 | - |
| YUV | 104.48 | 211.82 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 253 | 0.85 | 0.57 | 0 | 0.01 | 219.72 | 0.98 | 0.57 |
| Hex | 25 | 6E | FD | 55 | 39 | 0 | 1 | DC | 62 | 39 |
| Octal | 45 | 156 | 375 | 125 | 71 | 0 | 1 | 334 | 142 | 71 |
| Binary | 100101 | 1101110 | 11111101 | 1010101 | 111001 | 0 | 1 | 11011100 | 1100010 | 111001 |
Color Harmonies of #256EFD
Complementary color
Monochromatic Colors of #256EFD
Black with #256EFD
Text Example
Text Example
White with #256EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EFD; }
p { color: rgb(37,110,253); }
H1.HeaderClassName
{
color: #256EFD;
}
.AnyTagClassName
{
color: #256EFD;
}
</style>
background-color css
<style>
a { background-color: #256EFD; }
a { background-color: rgb(37,110,253); }
div.DivClassName
{
background-color: #256EFD;
}
.BgClassName
{
background-color: #256EFD;
}
</style>
border-color css
<style>
span { border-color: #256EFD; }
span { border-color: rgb(37,110,253); }
td.TdClassName
{
border-color: #256EFD;
}
.TagClassName
{
border-color: #256EFD;
}
</style>