Shades of Royal Blue #256AEC
Tints of Royal Blue #256AEC
RGB
CMYK
RGB Variations
Color information
#256AEC (or 0x256AEC) is known color: Royal Blue. HEX triplet: 25, 6A and EC. RGB value is (37,106,236). Sum of RGB (Red+Green+Blue) = 37+106+236=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #256AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256AEC is #DA9513. Grayscale: #636363. Windows color (decimal): -14325012 or 15493669. OLE color: 15493669.
HSL color Cylindrical-coordinate representation of color #256AEC: hue angle of 219.2º 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 #256AEC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 106 | 236 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.07 |
| HSL | 219.2º | 0.84% | 0.54% | - |
| HSV(B) | 219.2º | 0.84% | 0.93% | - |
| XYZ | 21.06 | 16.76 | 81.48 | - |
| YUV | 100.19 | 204.64 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 236 | 0.84 | 0.55 | 0 | 0.07 | 219.2 | 0.84 | 0.54 |
| Hex | 25 | 6A | EC | 54 | 37 | 0 | 7 | DB | 54 | 36 |
| Octal | 45 | 152 | 354 | 124 | 67 | 0 | 7 | 333 | 124 | 66 |
| Binary | 100101 | 1101010 | 11101100 | 1010100 | 110111 | 0 | 111 | 11011011 | 1010100 | 110110 |
Color Harmonies of #256AEC
Complementary color
Monochromatic Colors of #256AEC
Black with #256AEC
Text Example
Text Example
White with #256AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AEC; }
p { color: rgb(37,106,236); }
H1.HeaderClassName
{
color: #256AEC;
}
.AnyTagClassName
{
color: #256AEC;
}
</style>
background-color css
<style>
a { background-color: #256AEC; }
a { background-color: rgb(37,106,236); }
div.DivClassName
{
background-color: #256AEC;
}
.BgClassName
{
background-color: #256AEC;
}
</style>
border-color css
<style>
span { border-color: #256AEC; }
span { border-color: rgb(37,106,236); }
td.TdClassName
{
border-color: #256AEC;
}
.TagClassName
{
border-color: #256AEC;
}
</style>