Shades of Dodger Blue #256DFB
Tints of Dodger Blue #256DFB
RGB
CMYK
RGB Variations
Color information
#256DFB (or 0x256DFB) is known color: Dodger Blue. HEX triplet: 25, 6D and FB. RGB value is (37,109,251). Sum of RGB (Red+Green+Blue) = 37+109+251=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #256DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256DFB is #DA9204. Grayscale: #676767. Windows color (decimal): -14324229 or 16477477. OLE color: 16477477.
HSL color Cylindrical-coordinate representation of color #256DFB: hue angle of 219.81º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256DFB is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 109 | 251 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.02 |
| HSL | 219.81º | 0.96% | 0.56% | - |
| HSV(B) | 219.81º | 0.85% | 0.98% | - |
| XYZ | 23.64 | 18.3 | 93.55 | - |
| YUV | 103.66 | 211.15 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 251 | 0.85 | 0.57 | 0 | 0.02 | 219.81 | 0.96 | 0.56 |
| Hex | 25 | 6D | FB | 55 | 39 | 0 | 2 | DC | 60 | 38 |
| Octal | 45 | 155 | 373 | 125 | 71 | 0 | 2 | 334 | 140 | 70 |
| Binary | 100101 | 1101101 | 11111011 | 1010101 | 111001 | 0 | 10 | 11011100 | 1100000 | 111000 |
Color Harmonies of #256DFB
Complementary color
Monochromatic Colors of #256DFB
Black with #256DFB
Text Example
Text Example
White with #256DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DFB; }
p { color: rgb(37,109,251); }
H1.HeaderClassName
{
color: #256DFB;
}
.AnyTagClassName
{
color: #256DFB;
}
</style>
background-color css
<style>
a { background-color: #256DFB; }
a { background-color: rgb(37,109,251); }
div.DivClassName
{
background-color: #256DFB;
}
.BgClassName
{
background-color: #256DFB;
}
</style>
border-color css
<style>
span { border-color: #256DFB; }
span { border-color: rgb(37,109,251); }
td.TdClassName
{
border-color: #256DFB;
}
.TagClassName
{
border-color: #256DFB;
}
</style>