Shades of Royal Blue #256CEA
Tints of Royal Blue #256CEA
RGB
CMYK
RGB Variations
Color information
#256CEA (or 0x256CEA) is known color: Royal Blue. HEX triplet: 25, 6C and EA. RGB value is (37,108,234). Sum of RGB (Red+Green+Blue) = 37+108+234=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #256CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256CEA is #DA9315. Grayscale: #646464. Windows color (decimal): -14324502 or 15363109. OLE color: 15363109.
HSL color Cylindrical-coordinate representation of color #256CEA: hue angle of 218.38º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256CEA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 108 | 234 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.08 |
| HSL | 218.38º | 0.82% | 0.53% | - |
| HSV(B) | 218.38º | 0.84% | 0.92% | - |
| XYZ | 20.98 | 17.06 | 80.03 | - |
| YUV | 101.14 | 202.98 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 234 | 0.84 | 0.54 | 0 | 0.08 | 218.38 | 0.82 | 0.53 |
| Hex | 25 | 6C | EA | 54 | 36 | 0 | 8 | DA | 52 | 35 |
| Octal | 45 | 154 | 352 | 124 | 66 | 0 | 10 | 332 | 122 | 65 |
| Binary | 100101 | 1101100 | 11101010 | 1010100 | 110110 | 0 | 1000 | 11011010 | 1010010 | 110101 |
Color Harmonies of #256CEA
Complementary color
Monochromatic Colors of #256CEA
Black with #256CEA
Text Example
Text Example
White with #256CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CEA; }
p { color: rgb(37,108,234); }
H1.HeaderClassName
{
color: #256CEA;
}
.AnyTagClassName
{
color: #256CEA;
}
</style>
background-color css
<style>
a { background-color: #256CEA; }
a { background-color: rgb(37,108,234); }
div.DivClassName
{
background-color: #256CEA;
}
.BgClassName
{
background-color: #256CEA;
}
</style>
border-color css
<style>
span { border-color: #256CEA; }
span { border-color: rgb(37,108,234); }
td.TdClassName
{
border-color: #256CEA;
}
.TagClassName
{
border-color: #256CEA;
}
</style>