Shades of Royal Blue #256AE4
Tints of Royal Blue #256AE4
RGB
CMYK
RGB Variations
Color information
#256AE4 (or 0x256AE4) is known color: Royal Blue. HEX triplet: 25, 6A and E4. RGB value is (37,106,228). Sum of RGB (Red+Green+Blue) = 37+106+228=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 228 (89.45% from 255 or 61.46% from 371); Max value from RGB is 228 - color contains mainly: blue. Hex color #256AE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256AE4 is #DA951B. Grayscale: #626262. Windows color (decimal): -14325020 or 14969381. OLE color: 14969381.
HSL color Cylindrical-coordinate representation of color #256AE4: hue angle of 218.32º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256AE4 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 106 | 228 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.11 |
| HSL | 218.32º | 0.78% | 0.52% | - |
| HSV(B) | 218.32º | 0.84% | 0.89% | - |
| XYZ | 19.92 | 16.3 | 75.5 | - |
| YUV | 99.28 | 200.64 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 228 | 0.84 | 0.54 | 0 | 0.11 | 218.32 | 0.78 | 0.52 |
| Hex | 25 | 6A | E4 | 54 | 36 | 0 | B | DA | 4E | 34 |
| Octal | 45 | 152 | 344 | 124 | 66 | 0 | 13 | 332 | 116 | 64 |
| Binary | 100101 | 1101010 | 11100100 | 1010100 | 110110 | 0 | 1011 | 11011010 | 1001110 | 110100 |
Color Harmonies of #256AE4
Complementary color
Monochromatic Colors of #256AE4
Black with #256AE4
Text Example
Text Example
White with #256AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AE4; }
p { color: rgb(37,106,228); }
H1.HeaderClassName
{
color: #256AE4;
}
.AnyTagClassName
{
color: #256AE4;
}
</style>
background-color css
<style>
a { background-color: #256AE4; }
a { background-color: rgb(37,106,228); }
div.DivClassName
{
background-color: #256AE4;
}
.BgClassName
{
background-color: #256AE4;
}
</style>
border-color css
<style>
span { border-color: #256AE4; }
span { border-color: rgb(37,106,228); }
td.TdClassName
{
border-color: #256AE4;
}
.TagClassName
{
border-color: #256AE4;
}
</style>