Shades of Dodger Blue #256EFC
Tints of Dodger Blue #256EFC
RGB
CMYK
RGB Variations
Color information
#256EFC (or 0x256EFC) is known color: Dodger Blue. HEX triplet: 25, 6E and FC. RGB value is (37,110,252). Sum of RGB (Red+Green+Blue) = 37+110+252=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #256EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EFC is #DA9103. Grayscale: #676767. Windows color (decimal): -14323972 or 16543269. OLE color: 16543269.
HSL color Cylindrical-coordinate representation of color #256EFC: hue angle of 219.63º 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 #256EFC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 110 | 252 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.01 |
| HSL | 219.63º | 0.97% | 0.57% | - |
| HSV(B) | 219.63º | 0.85% | 0.99% | - |
| XYZ | 23.91 | 18.57 | 94.42 | - |
| YUV | 104.36 | 211.32 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 252 | 0.85 | 0.56 | 0 | 0.01 | 219.63 | 0.97 | 0.57 |
| Hex | 25 | 6E | FC | 55 | 38 | 0 | 1 | DC | 61 | 39 |
| Octal | 45 | 156 | 374 | 125 | 70 | 0 | 1 | 334 | 141 | 71 |
| Binary | 100101 | 1101110 | 11111100 | 1010101 | 111000 | 0 | 1 | 11011100 | 1100001 | 111001 |
Color Harmonies of #256EFC
Complementary color
Monochromatic Colors of #256EFC
Black with #256EFC
Text Example
Text Example
White with #256EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EFC; }
p { color: rgb(37,110,252); }
H1.HeaderClassName
{
color: #256EFC;
}
.AnyTagClassName
{
color: #256EFC;
}
</style>
background-color css
<style>
a { background-color: #256EFC; }
a { background-color: rgb(37,110,252); }
div.DivClassName
{
background-color: #256EFC;
}
.BgClassName
{
background-color: #256EFC;
}
</style>
border-color css
<style>
span { border-color: #256EFC; }
span { border-color: rgb(37,110,252); }
td.TdClassName
{
border-color: #256EFC;
}
.TagClassName
{
border-color: #256EFC;
}
</style>