Shades of Dodger Blue #256DFC
Tints of Dodger Blue #256DFC
RGB
CMYK
RGB Variations
Color information
#256DFC (or 0x256DFC) is known color: Dodger Blue. HEX triplet: 25, 6D and FC. RGB value is (37,109,252). Sum of RGB (Red+Green+Blue) = 37+109+252=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #256DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256DFC is #DA9203. Grayscale: #676767. Windows color (decimal): -14324228 or 16543013. OLE color: 16543013.
HSL color Cylindrical-coordinate representation of color #256DFC: hue angle of 219.91º degrees, saturation: 0.97, 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 #256DFC is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 109 | 252 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.01 |
| HSL | 219.91º | 0.97% | 0.57% | - |
| HSV(B) | 219.91º | 0.85% | 0.99% | - |
| XYZ | 23.8 | 18.36 | 94.38 | - |
| YUV | 103.77 | 211.65 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 252 | 0.85 | 0.57 | 0 | 0.01 | 219.91 | 0.97 | 0.57 |
| Hex | 25 | 6D | FC | 55 | 39 | 0 | 1 | DC | 61 | 39 |
| Octal | 45 | 155 | 374 | 125 | 71 | 0 | 1 | 334 | 141 | 71 |
| Binary | 100101 | 1101101 | 11111100 | 1010101 | 111001 | 0 | 1 | 11011100 | 1100001 | 111001 |
Color Harmonies of #256DFC
Complementary color
Monochromatic Colors of #256DFC
Black with #256DFC
Text Example
Text Example
White with #256DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DFC; }
p { color: rgb(37,109,252); }
H1.HeaderClassName
{
color: #256DFC;
}
.AnyTagClassName
{
color: #256DFC;
}
</style>
background-color css
<style>
a { background-color: #256DFC; }
a { background-color: rgb(37,109,252); }
div.DivClassName
{
background-color: #256DFC;
}
.BgClassName
{
background-color: #256DFC;
}
</style>
border-color css
<style>
span { border-color: #256DFC; }
span { border-color: rgb(37,109,252); }
td.TdClassName
{
border-color: #256DFC;
}
.TagClassName
{
border-color: #256DFC;
}
</style>