Shades of Royal Blue #256FF5
Tints of Royal Blue #256FF5
RGB
CMYK
RGB Variations
Color information
#256FF5 (or 0x256FF5) is known color: Royal Blue. HEX triplet: 25, 6F and F5. RGB value is (37,111,245). Sum of RGB (Red+Green+Blue) = 37+111+245=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 245 (96.09% from 255 or 62.34% from 393); Max value from RGB is 245 - color contains mainly: blue. Hex color #256FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FF5 is #DA900A. Grayscale: #676767. Windows color (decimal): -14323723 or 16084773. OLE color: 16084773.
HSL color Cylindrical-coordinate representation of color #256FF5: hue angle of 218.65º 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 #256FF5 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 111 | 245 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.04 |
| HSL | 218.65º | 0.91% | 0.55% | - |
| HSV(B) | 218.65º | 0.85% | 0.96% | - |
| XYZ | 22.93 | 18.35 | 88.72 | - |
| YUV | 104.15 | 207.48 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 245 | 0.85 | 0.55 | 0 | 0.04 | 218.65 | 0.91 | 0.55 |
| Hex | 25 | 6F | F5 | 55 | 37 | 0 | 4 | DB | 5B | 37 |
| Octal | 45 | 157 | 365 | 125 | 67 | 0 | 4 | 333 | 133 | 67 |
| Binary | 100101 | 1101111 | 11110101 | 1010101 | 110111 | 0 | 100 | 11011011 | 1011011 | 110111 |
Color Harmonies of #256FF5
Complementary color
Monochromatic Colors of #256FF5
Black with #256FF5
Text Example
Text Example
White with #256FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FF5; }
p { color: rgb(37,111,245); }
H1.HeaderClassName
{
color: #256FF5;
}
.AnyTagClassName
{
color: #256FF5;
}
</style>
background-color css
<style>
a { background-color: #256FF5; }
a { background-color: rgb(37,111,245); }
div.DivClassName
{
background-color: #256FF5;
}
.BgClassName
{
background-color: #256FF5;
}
</style>
border-color css
<style>
span { border-color: #256FF5; }
span { border-color: rgb(37,111,245); }
td.TdClassName
{
border-color: #256FF5;
}
.TagClassName
{
border-color: #256FF5;
}
</style>