Shades of Royal Blue #256FF4
Tints of Royal Blue #256FF4
RGB
CMYK
RGB Variations
Color information
#256FF4 (or 0x256FF4) is known color: Royal Blue. HEX triplet: 25, 6F and F4. RGB value is (37,111,244). Sum of RGB (Red+Green+Blue) = 37+111+244=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 244 (95.70% from 255 or 62.24% from 392); Max value from RGB is 244 - color contains mainly: blue. Hex color #256FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FF4 is #DA900B. Grayscale: #676767. Windows color (decimal): -14323724 or 16019237. OLE color: 16019237.
HSL color Cylindrical-coordinate representation of color #256FF4: hue angle of 218.55º 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 #256FF4 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 111 | 244 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.04 |
| HSL | 218.55º | 0.9% | 0.55% | - |
| HSV(B) | 218.55º | 0.85% | 0.96% | - |
| XYZ | 22.78 | 18.29 | 87.92 | - |
| YUV | 104.04 | 206.98 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 244 | 0.85 | 0.55 | 0 | 0.04 | 218.55 | 0.9 | 0.55 |
| Hex | 25 | 6F | F4 | 55 | 37 | 0 | 4 | DB | 5A | 37 |
| Octal | 45 | 157 | 364 | 125 | 67 | 0 | 4 | 333 | 132 | 67 |
| Binary | 100101 | 1101111 | 11110100 | 1010101 | 110111 | 0 | 100 | 11011011 | 1011010 | 110111 |
Color Harmonies of #256FF4
Complementary color
Monochromatic Colors of #256FF4
Black with #256FF4
Text Example
Text Example
White with #256FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FF4; }
p { color: rgb(37,111,244); }
H1.HeaderClassName
{
color: #256FF4;
}
.AnyTagClassName
{
color: #256FF4;
}
</style>
background-color css
<style>
a { background-color: #256FF4; }
a { background-color: rgb(37,111,244); }
div.DivClassName
{
background-color: #256FF4;
}
.BgClassName
{
background-color: #256FF4;
}
</style>
border-color css
<style>
span { border-color: #256FF4; }
span { border-color: rgb(37,111,244); }
td.TdClassName
{
border-color: #256FF4;
}
.TagClassName
{
border-color: #256FF4;
}
</style>