Shades of Royal Blue #256EF5
Tints of Royal Blue #256EF5
RGB
CMYK
RGB Variations
Color information
#256EF5 (or 0x256EF5) is known color: Royal Blue. HEX triplet: 25, 6E and F5. RGB value is (37,110,245). Sum of RGB (Red+Green+Blue) = 37+110+245=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 245 (96.09% from 255 or 62.5% from 392); Max value from RGB is 245 - color contains mainly: blue. Hex color #256EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EF5 is #DA910A. Grayscale: #666666. Windows color (decimal): -14323979 or 16084517. OLE color: 16084517.
HSL color Cylindrical-coordinate representation of color #256EF5: hue angle of 218.94º 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 #256EF5 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 110 | 245 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.04 |
| HSL | 218.94º | 0.91% | 0.55% | - |
| HSV(B) | 218.94º | 0.85% | 0.96% | - |
| XYZ | 22.82 | 18.14 | 88.68 | - |
| YUV | 103.56 | 207.82 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 245 | 0.85 | 0.55 | 0 | 0.04 | 218.94 | 0.91 | 0.55 |
| Hex | 25 | 6E | F5 | 55 | 37 | 0 | 4 | DB | 5B | 37 |
| Octal | 45 | 156 | 365 | 125 | 67 | 0 | 4 | 333 | 133 | 67 |
| Binary | 100101 | 1101110 | 11110101 | 1010101 | 110111 | 0 | 100 | 11011011 | 1011011 | 110111 |
Color Harmonies of #256EF5
Complementary color
Monochromatic Colors of #256EF5
Black with #256EF5
Text Example
Text Example
White with #256EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EF5; }
p { color: rgb(37,110,245); }
H1.HeaderClassName
{
color: #256EF5;
}
.AnyTagClassName
{
color: #256EF5;
}
</style>
background-color css
<style>
a { background-color: #256EF5; }
a { background-color: rgb(37,110,245); }
div.DivClassName
{
background-color: #256EF5;
}
.BgClassName
{
background-color: #256EF5;
}
</style>
border-color css
<style>
span { border-color: #256EF5; }
span { border-color: rgb(37,110,245); }
td.TdClassName
{
border-color: #256EF5;
}
.TagClassName
{
border-color: #256EF5;
}
</style>