Shades of Royal Blue #4256E1
Tints of Royal Blue #4256E1
RGB
CMYK
RGB Variations
Color information
#4256E1 (or 0x4256E1) is known color: Royal Blue. HEX triplet: 42, 56 and E1. RGB value is (66,86,225). Sum of RGB (Red+Green+Blue) = 66+86+225=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 225 (88.28% from 255 or 59.68% from 377); Max value from RGB is 225 - color contains mainly: blue. Hex color #4256E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256E1 is #BDA91E. Grayscale: #5F5F5F. Windows color (decimal): -12429599 or 14767682. OLE color: 14767682.
HSL color Cylindrical-coordinate representation of color #4256E1: hue angle of 232.45º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4256E1 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 86 | 225 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.12 |
| HSL | 232.45º | 0.73% | 0.57% | - |
| HSV(B) | 232.45º | 0.71% | 0.88% | - |
| XYZ | 19.17 | 13.25 | 72.78 | - |
| YUV | 95.87 | 200.87 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 225 | 0.71 | 0.62 | 0 | 0.12 | 232.45 | 0.73 | 0.57 |
| Hex | 42 | 56 | E1 | 47 | 3E | 0 | C | E8 | 49 | 39 |
| Octal | 102 | 126 | 341 | 107 | 76 | 0 | 14 | 350 | 111 | 71 |
| Binary | 1000010 | 1010110 | 11100001 | 1000111 | 111110 | 0 | 1100 | 11101000 | 1001001 | 111001 |
Color Harmonies of #4256E1
Complementary color
Monochromatic Colors of #4256E1
Black with #4256E1
Text Example
Text Example
White with #4256E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256E1; }
p { color: rgb(66,86,225); }
H1.HeaderClassName
{
color: #4256E1;
}
.AnyTagClassName
{
color: #4256E1;
}
</style>
background-color css
<style>
a { background-color: #4256E1; }
a { background-color: rgb(66,86,225); }
div.DivClassName
{
background-color: #4256E1;
}
.BgClassName
{
background-color: #4256E1;
}
</style>
border-color css
<style>
span { border-color: #4256E1; }
span { border-color: rgb(66,86,225); }
td.TdClassName
{
border-color: #4256E1;
}
.TagClassName
{
border-color: #4256E1;
}
</style>