Shades of Royal Blue #256BEF
Tints of Royal Blue #256BEF
RGB
CMYK
RGB Variations
Color information
#256BEF (or 0x256BEF) is known color: Royal Blue. HEX triplet: 25, 6B and EF. RGB value is (37,107,239). Sum of RGB (Red+Green+Blue) = 37+107+239=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #256BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256BEF is #DA9410. Grayscale: #646464. Windows color (decimal): -14324753 or 15690533. OLE color: 15690533.
HSL color Cylindrical-coordinate representation of color #256BEF: hue angle of 219.21º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256BEF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 107 | 239 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.06 |
| HSL | 219.21º | 0.86% | 0.54% | - |
| HSV(B) | 219.21º | 0.85% | 0.94% | - |
| XYZ | 21.6 | 17.14 | 83.83 | - |
| YUV | 101.12 | 205.81 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 239 | 0.85 | 0.55 | 0 | 0.06 | 219.21 | 0.86 | 0.54 |
| Hex | 25 | 6B | EF | 55 | 37 | 0 | 6 | DB | 56 | 36 |
| Octal | 45 | 153 | 357 | 125 | 67 | 0 | 6 | 333 | 126 | 66 |
| Binary | 100101 | 1101011 | 11101111 | 1010101 | 110111 | 0 | 110 | 11011011 | 1010110 | 110110 |
Color Harmonies of #256BEF
Complementary color
Monochromatic Colors of #256BEF
Black with #256BEF
Text Example
Text Example
White with #256BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BEF; }
p { color: rgb(37,107,239); }
H1.HeaderClassName
{
color: #256BEF;
}
.AnyTagClassName
{
color: #256BEF;
}
</style>
background-color css
<style>
a { background-color: #256BEF; }
a { background-color: rgb(37,107,239); }
div.DivClassName
{
background-color: #256BEF;
}
.BgClassName
{
background-color: #256BEF;
}
</style>
border-color css
<style>
span { border-color: #256BEF; }
span { border-color: rgb(37,107,239); }
td.TdClassName
{
border-color: #256BEF;
}
.TagClassName
{
border-color: #256BEF;
}
</style>