Shades of Royal Blue #256FEA
Tints of Royal Blue #256FEA
RGB
CMYK
RGB Variations
Color information
#256FEA (or 0x256FEA) is known color: Royal Blue. HEX triplet: 25, 6F and EA. RGB value is (37,111,234). Sum of RGB (Red+Green+Blue) = 37+111+234=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #256FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256FEA is #DA9015. Grayscale: #666666. Windows color (decimal): -14323734 or 15363877. OLE color: 15363877.
HSL color Cylindrical-coordinate representation of color #256FEA: hue angle of 217.46º 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 #256FEA is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 111 | 234 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.08 |
| HSL | 217.46º | 0.82% | 0.53% | - |
| HSV(B) | 217.46º | 0.84% | 0.92% | - |
| XYZ | 21.3 | 17.7 | 80.14 | - |
| YUV | 102.9 | 201.98 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 234 | 0.84 | 0.53 | 0 | 0.08 | 217.46 | 0.82 | 0.53 |
| Hex | 25 | 6F | EA | 54 | 35 | 0 | 8 | D9 | 52 | 35 |
| Octal | 45 | 157 | 352 | 124 | 65 | 0 | 10 | 331 | 122 | 65 |
| Binary | 100101 | 1101111 | 11101010 | 1010100 | 110101 | 0 | 1000 | 11011001 | 1010010 | 110101 |
Color Harmonies of #256FEA
Complementary color
Monochromatic Colors of #256FEA
Black with #256FEA
Text Example
Text Example
White with #256FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FEA; }
p { color: rgb(37,111,234); }
H1.HeaderClassName
{
color: #256FEA;
}
.AnyTagClassName
{
color: #256FEA;
}
</style>
background-color css
<style>
a { background-color: #256FEA; }
a { background-color: rgb(37,111,234); }
div.DivClassName
{
background-color: #256FEA;
}
.BgClassName
{
background-color: #256FEA;
}
</style>
border-color css
<style>
span { border-color: #256FEA; }
span { border-color: rgb(37,111,234); }
td.TdClassName
{
border-color: #256FEA;
}
.TagClassName
{
border-color: #256FEA;
}
</style>