Shades of Dodger Blue #256FF7
Tints of Dodger Blue #256FF7
RGB
CMYK
RGB Variations
Color information
#256FF7 (or 0x256FF7) is known color: Dodger Blue. HEX triplet: 25, 6F and F7. RGB value is (37,111,247). Sum of RGB (Red+Green+Blue) = 37+111+247=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 247 (96.88% from 255 or 62.53% from 395); Max value from RGB is 247 - color contains mainly: blue. Hex color #256FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FF7 is #DA9008. Grayscale: #676767. Windows color (decimal): -14323721 or 16215845. OLE color: 16215845.
HSL color Cylindrical-coordinate representation of color #256FF7: hue angle of 218.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256FF7 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 111 | 247 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.03 |
| HSL | 218.86º | 0.93% | 0.56% | - |
| HSV(B) | 218.86º | 0.85% | 0.97% | - |
| XYZ | 23.24 | 18.48 | 90.34 | - |
| YUV | 104.38 | 208.48 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 247 | 0.85 | 0.55 | 0 | 0.03 | 218.86 | 0.93 | 0.56 |
| Hex | 25 | 6F | F7 | 55 | 37 | 0 | 3 | DB | 5D | 38 |
| Octal | 45 | 157 | 367 | 125 | 67 | 0 | 3 | 333 | 135 | 70 |
| Binary | 100101 | 1101111 | 11110111 | 1010101 | 110111 | 0 | 11 | 11011011 | 1011101 | 111000 |
Color Harmonies of #256FF7
Complementary color
Monochromatic Colors of #256FF7
Black with #256FF7
Text Example
Text Example
White with #256FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FF7; }
p { color: rgb(37,111,247); }
H1.HeaderClassName
{
color: #256FF7;
}
.AnyTagClassName
{
color: #256FF7;
}
</style>
background-color css
<style>
a { background-color: #256FF7; }
a { background-color: rgb(37,111,247); }
div.DivClassName
{
background-color: #256FF7;
}
.BgClassName
{
background-color: #256FF7;
}
</style>
border-color css
<style>
span { border-color: #256FF7; }
span { border-color: rgb(37,111,247); }
td.TdClassName
{
border-color: #256FF7;
}
.TagClassName
{
border-color: #256FF7;
}
</style>