Shades of Royal Blue #4255EB
Tints of Royal Blue #4255EB
RGB
CMYK
RGB Variations
Color information
#4255EB (or 0x4255EB) is known color: Royal Blue. HEX triplet: 42, 55 and EB. RGB value is (66,85,235). Sum of RGB (Red+Green+Blue) = 66+85+235=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #4255EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4255EB is #BDAA14. Grayscale: #5F5F5F. Windows color (decimal): -12429845 or 15422786. OLE color: 15422786.
HSL color Cylindrical-coordinate representation of color #4255EB: hue angle of 233.25º degrees, saturation: 0.81, 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 #4255EB is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 85 | 235 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.08 |
| HSL | 233.25º | 0.81% | 0.59% | - |
| HSV(B) | 233.25º | 0.72% | 0.92% | - |
| XYZ | 20.49 | 13.65 | 80.15 | - |
| YUV | 96.42 | 206.21 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 235 | 0.72 | 0.64 | 0 | 0.08 | 233.25 | 0.81 | 0.59 |
| Hex | 42 | 55 | EB | 48 | 40 | 0 | 8 | E9 | 51 | 3B |
| Octal | 102 | 125 | 353 | 110 | 100 | 0 | 10 | 351 | 121 | 73 |
| Binary | 1000010 | 1010101 | 11101011 | 1001000 | 1000000 | 0 | 1000 | 11101001 | 1010001 | 111011 |
Color Harmonies of #4255EB
Complementary color
Monochromatic Colors of #4255EB
Black with #4255EB
Text Example
Text Example
White with #4255EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255EB; }
p { color: rgb(66,85,235); }
H1.HeaderClassName
{
color: #4255EB;
}
.AnyTagClassName
{
color: #4255EB;
}
</style>
background-color css
<style>
a { background-color: #4255EB; }
a { background-color: rgb(66,85,235); }
div.DivClassName
{
background-color: #4255EB;
}
.BgClassName
{
background-color: #4255EB;
}
</style>
border-color css
<style>
span { border-color: #4255EB; }
span { border-color: rgb(66,85,235); }
td.TdClassName
{
border-color: #4255EB;
}
.TagClassName
{
border-color: #4255EB;
}
</style>