Shades of Royal Blue #256FEC
Tints of Royal Blue #256FEC
RGB
CMYK
RGB Variations
Color information
#256FEC (or 0x256FEC) is known color: Royal Blue. HEX triplet: 25, 6F and EC. RGB value is (37,111,236). Sum of RGB (Red+Green+Blue) = 37+111+236=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #256FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FEC is #DA9013. Grayscale: #666666. Windows color (decimal): -14323732 or 15494949. OLE color: 15494949.
HSL color Cylindrical-coordinate representation of color #256FEC: hue angle of 217.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256FEC is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 111 | 236 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.07 |
| HSL | 217.69º | 0.84% | 0.54% | - |
| HSV(B) | 217.69º | 0.84% | 0.93% | - |
| XYZ | 21.59 | 17.82 | 81.66 | - |
| YUV | 103.12 | 202.98 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 236 | 0.84 | 0.53 | 0 | 0.07 | 217.69 | 0.84 | 0.54 |
| Hex | 25 | 6F | EC | 54 | 35 | 0 | 7 | DA | 54 | 36 |
| Octal | 45 | 157 | 354 | 124 | 65 | 0 | 7 | 332 | 124 | 66 |
| Binary | 100101 | 1101111 | 11101100 | 1010100 | 110101 | 0 | 111 | 11011010 | 1010100 | 110110 |
Color Harmonies of #256FEC
Complementary color
Monochromatic Colors of #256FEC
Black with #256FEC
Text Example
Text Example
White with #256FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FEC; }
p { color: rgb(37,111,236); }
H1.HeaderClassName
{
color: #256FEC;
}
.AnyTagClassName
{
color: #256FEC;
}
</style>
background-color css
<style>
a { background-color: #256FEC; }
a { background-color: rgb(37,111,236); }
div.DivClassName
{
background-color: #256FEC;
}
.BgClassName
{
background-color: #256FEC;
}
</style>
border-color css
<style>
span { border-color: #256FEC; }
span { border-color: rgb(37,111,236); }
td.TdClassName
{
border-color: #256FEC;
}
.TagClassName
{
border-color: #256FEC;
}
</style>