Shades of Royal Blue #256BF6
Tints of Royal Blue #256BF6
RGB
CMYK
RGB Variations
Color information
#256BF6 (or 0x256BF6) is known color: Royal Blue. HEX triplet: 25, 6B and F6. RGB value is (37,107,246). Sum of RGB (Red+Green+Blue) = 37+107+246=390 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.49% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #256BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256BF6 is #DA9409. Grayscale: #656565. Windows color (decimal): -14324746 or 16149285. OLE color: 16149285.
HSL color Cylindrical-coordinate representation of color #256BF6: hue angle of 219.9º degrees, saturation: 0.92, 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 #256BF6 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 107 | 246 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.04 |
| HSL | 219.9º | 0.92% | 0.55% | - |
| HSV(B) | 219.9º | 0.85% | 0.96% | - |
| XYZ | 22.66 | 17.56 | 89.38 | - |
| YUV | 101.92 | 209.31 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 246 | 0.85 | 0.57 | 0 | 0.04 | 219.9 | 0.92 | 0.55 |
| Hex | 25 | 6B | F6 | 55 | 39 | 0 | 4 | DC | 5C | 37 |
| Octal | 45 | 153 | 366 | 125 | 71 | 0 | 4 | 334 | 134 | 67 |
| Binary | 100101 | 1101011 | 11110110 | 1010101 | 111001 | 0 | 100 | 11011100 | 1011100 | 110111 |
Color Harmonies of #256BF6
Complementary color
Monochromatic Colors of #256BF6
Black with #256BF6
Text Example
Text Example
White with #256BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BF6; }
p { color: rgb(37,107,246); }
H1.HeaderClassName
{
color: #256BF6;
}
.AnyTagClassName
{
color: #256BF6;
}
</style>
background-color css
<style>
a { background-color: #256BF6; }
a { background-color: rgb(37,107,246); }
div.DivClassName
{
background-color: #256BF6;
}
.BgClassName
{
background-color: #256BF6;
}
</style>
border-color css
<style>
span { border-color: #256BF6; }
span { border-color: rgb(37,107,246); }
td.TdClassName
{
border-color: #256BF6;
}
.TagClassName
{
border-color: #256BF6;
}
</style>