Shades of Royal Blue #4256EA
Tints of Royal Blue #4256EA
RGB
CMYK
RGB Variations
Color information
#4256EA (or 0x4256EA) is known color: Royal Blue. HEX triplet: 42, 56 and EA. RGB value is (66,86,234). Sum of RGB (Red+Green+Blue) = 66+86+234=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #4256EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4256EA is #BDA915. Grayscale: #606060. Windows color (decimal): -12429590 or 15357506. OLE color: 15357506.
HSL color Cylindrical-coordinate representation of color #4256EA: hue angle of 232.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4256EA is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 86 | 234 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.08 |
| HSL | 232.86º | 0.8% | 0.59% | - |
| HSV(B) | 232.86º | 0.72% | 0.92% | - |
| XYZ | 20.43 | 13.75 | 79.42 | - |
| YUV | 96.89 | 205.37 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 234 | 0.72 | 0.63 | 0 | 0.08 | 232.86 | 0.8 | 0.59 |
| Hex | 42 | 56 | EA | 48 | 3F | 0 | 8 | E9 | 50 | 3B |
| Octal | 102 | 126 | 352 | 110 | 77 | 0 | 10 | 351 | 120 | 73 |
| Binary | 1000010 | 1010110 | 11101010 | 1001000 | 111111 | 0 | 1000 | 11101001 | 1010000 | 111011 |
Color Harmonies of #4256EA
Complementary color
Monochromatic Colors of #4256EA
Black with #4256EA
Text Example
Text Example
White with #4256EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256EA; }
p { color: rgb(66,86,234); }
H1.HeaderClassName
{
color: #4256EA;
}
.AnyTagClassName
{
color: #4256EA;
}
</style>
background-color css
<style>
a { background-color: #4256EA; }
a { background-color: rgb(66,86,234); }
div.DivClassName
{
background-color: #4256EA;
}
.BgClassName
{
background-color: #4256EA;
}
</style>
border-color css
<style>
span { border-color: #4256EA; }
span { border-color: rgb(66,86,234); }
td.TdClassName
{
border-color: #4256EA;
}
.TagClassName
{
border-color: #4256EA;
}
</style>