Shades of Royal Blue #256AE0
Tints of Royal Blue #256AE0
RGB
CMYK
RGB Variations
Color information
#256AE0 (or 0x256AE0) is known color: Royal Blue. HEX triplet: 25, 6A and E0. RGB value is (37,106,224). Sum of RGB (Red+Green+Blue) = 37+106+224=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #256AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256AE0 is #DA951F. Grayscale: #626262. Windows color (decimal): -14325024 or 14707237. OLE color: 14707237.
HSL color Cylindrical-coordinate representation of color #256AE0: hue angle of 217.86º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256AE0 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 106 | 224 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.12 |
| HSL | 217.86º | 0.75% | 0.51% | - |
| HSV(B) | 217.86º | 0.83% | 0.88% | - |
| XYZ | 19.37 | 16.08 | 72.6 | - |
| YUV | 98.82 | 198.64 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 224 | 0.83 | 0.53 | 0 | 0.12 | 217.86 | 0.75 | 0.51 |
| Hex | 25 | 6A | E0 | 53 | 35 | 0 | C | DA | 4B | 33 |
| Octal | 45 | 152 | 340 | 123 | 65 | 0 | 14 | 332 | 113 | 63 |
| Binary | 100101 | 1101010 | 11100000 | 1010011 | 110101 | 0 | 1100 | 11011010 | 1001011 | 110011 |
Color Harmonies of #256AE0
Complementary color
Monochromatic Colors of #256AE0
Black with #256AE0
Text Example
Text Example
White with #256AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AE0; }
p { color: rgb(37,106,224); }
H1.HeaderClassName
{
color: #256AE0;
}
.AnyTagClassName
{
color: #256AE0;
}
</style>
background-color css
<style>
a { background-color: #256AE0; }
a { background-color: rgb(37,106,224); }
div.DivClassName
{
background-color: #256AE0;
}
.BgClassName
{
background-color: #256AE0;
}
</style>
border-color css
<style>
span { border-color: #256AE0; }
span { border-color: rgb(37,106,224); }
td.TdClassName
{
border-color: #256AE0;
}
.TagClassName
{
border-color: #256AE0;
}
</style>