Shades of Royal Blue #256DF5
Tints of Royal Blue #256DF5
RGB
CMYK
RGB Variations
Color information
#256DF5 (or 0x256DF5) is known color: Royal Blue. HEX triplet: 25, 6D and F5. RGB value is (37,109,245). Sum of RGB (Red+Green+Blue) = 37+109+245=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #256DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256DF5 is #DA920A. Grayscale: #666666. Windows color (decimal): -14324235 or 16084261. OLE color: 16084261.
HSL color Cylindrical-coordinate representation of color #256DF5: hue angle of 219.23º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256DF5 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 109 | 245 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.04 |
| HSL | 219.23º | 0.91% | 0.55% | - |
| HSV(B) | 219.23º | 0.85% | 0.96% | - |
| XYZ | 22.71 | 17.92 | 88.65 | - |
| YUV | 102.98 | 208.15 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 245 | 0.85 | 0.56 | 0 | 0.04 | 219.23 | 0.91 | 0.55 |
| Hex | 25 | 6D | F5 | 55 | 38 | 0 | 4 | DB | 5B | 37 |
| Octal | 45 | 155 | 365 | 125 | 70 | 0 | 4 | 333 | 133 | 67 |
| Binary | 100101 | 1101101 | 11110101 | 1010101 | 111000 | 0 | 100 | 11011011 | 1011011 | 110111 |
Color Harmonies of #256DF5
Complementary color
Monochromatic Colors of #256DF5
Black with #256DF5
Text Example
Text Example
White with #256DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DF5; }
p { color: rgb(37,109,245); }
H1.HeaderClassName
{
color: #256DF5;
}
.AnyTagClassName
{
color: #256DF5;
}
</style>
background-color css
<style>
a { background-color: #256DF5; }
a { background-color: rgb(37,109,245); }
div.DivClassName
{
background-color: #256DF5;
}
.BgClassName
{
background-color: #256DF5;
}
</style>
border-color css
<style>
span { border-color: #256DF5; }
span { border-color: rgb(37,109,245); }
td.TdClassName
{
border-color: #256DF5;
}
.TagClassName
{
border-color: #256DF5;
}
</style>