Shades of Royal Blue #256EF4
Tints of Royal Blue #256EF4
RGB
CMYK
RGB Variations
Color information
#256EF4 (or 0x256EF4) is known color: Royal Blue. HEX triplet: 25, 6E and F4. RGB value is (37,110,244). Sum of RGB (Red+Green+Blue) = 37+110+244=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #256EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EF4 is #DA910B. Grayscale: #666666. Windows color (decimal): -14323980 or 16018981. OLE color: 16018981.
HSL color Cylindrical-coordinate representation of color #256EF4: hue angle of 218.84º degrees, saturation: 0.9, 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 #256EF4 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 110 | 244 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.04 |
| HSL | 218.84º | 0.9% | 0.55% | - |
| HSV(B) | 218.84º | 0.85% | 0.96% | - |
| XYZ | 22.67 | 18.08 | 87.88 | - |
| YUV | 103.45 | 207.32 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 244 | 0.85 | 0.55 | 0 | 0.04 | 218.84 | 0.9 | 0.55 |
| Hex | 25 | 6E | F4 | 55 | 37 | 0 | 4 | DB | 5A | 37 |
| Octal | 45 | 156 | 364 | 125 | 67 | 0 | 4 | 333 | 132 | 67 |
| Binary | 100101 | 1101110 | 11110100 | 1010101 | 110111 | 0 | 100 | 11011011 | 1011010 | 110111 |
Color Harmonies of #256EF4
Complementary color
Monochromatic Colors of #256EF4
Black with #256EF4
Text Example
Text Example
White with #256EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EF4; }
p { color: rgb(37,110,244); }
H1.HeaderClassName
{
color: #256EF4;
}
.AnyTagClassName
{
color: #256EF4;
}
</style>
background-color css
<style>
a { background-color: #256EF4; }
a { background-color: rgb(37,110,244); }
div.DivClassName
{
background-color: #256EF4;
}
.BgClassName
{
background-color: #256EF4;
}
</style>
border-color css
<style>
span { border-color: #256EF4; }
span { border-color: rgb(37,110,244); }
td.TdClassName
{
border-color: #256EF4;
}
.TagClassName
{
border-color: #256EF4;
}
</style>