Shades of Royal Blue #256AE2
Tints of Royal Blue #256AE2
RGB
CMYK
RGB Variations
Color information
#256AE2 (or 0x256AE2) is known color: Royal Blue. HEX triplet: 25, 6A and E2. RGB value is (37,106,226). Sum of RGB (Red+Green+Blue) = 37+106+226=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 226 (88.67% from 255 or 61.25% from 369); Max value from RGB is 226 - color contains mainly: blue. Hex color #256AE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256AE2 is #DA951D. Grayscale: #626262. Windows color (decimal): -14325022 or 14838309. OLE color: 14838309.
HSL color Cylindrical-coordinate representation of color #256AE2: hue angle of 218.1º degrees, saturation: 0.77, 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 #256AE2 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 106 | 226 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.11 |
| HSL | 218.1º | 0.77% | 0.52% | - |
| HSV(B) | 218.1º | 0.84% | 0.89% | - |
| XYZ | 19.64 | 16.19 | 74.04 | - |
| YUV | 99.05 | 199.64 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 226 | 0.84 | 0.53 | 0 | 0.11 | 218.1 | 0.77 | 0.52 |
| Hex | 25 | 6A | E2 | 54 | 35 | 0 | B | DA | 4D | 34 |
| Octal | 45 | 152 | 342 | 124 | 65 | 0 | 13 | 332 | 115 | 64 |
| Binary | 100101 | 1101010 | 11100010 | 1010100 | 110101 | 0 | 1011 | 11011010 | 1001101 | 110100 |
Color Harmonies of #256AE2
Complementary color
Monochromatic Colors of #256AE2
Black with #256AE2
Text Example
Text Example
White with #256AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AE2; }
p { color: rgb(37,106,226); }
H1.HeaderClassName
{
color: #256AE2;
}
.AnyTagClassName
{
color: #256AE2;
}
</style>
background-color css
<style>
a { background-color: #256AE2; }
a { background-color: rgb(37,106,226); }
div.DivClassName
{
background-color: #256AE2;
}
.BgClassName
{
background-color: #256AE2;
}
</style>
border-color css
<style>
span { border-color: #256AE2; }
span { border-color: rgb(37,106,226); }
td.TdClassName
{
border-color: #256AE2;
}
.TagClassName
{
border-color: #256AE2;
}
</style>