Shades of Royal Blue #4277EB
Tints of Royal Blue #4277EB
RGB
CMYK
RGB Variations
Color information
#4277EB (or 0x4277EB) is known color: Royal Blue. HEX triplet: 42, 77 and EB. RGB value is (66,119,235). Sum of RGB (Red+Green+Blue) = 66+119+235=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #4277EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4277EB is #BD8814. Grayscale: #737373. Windows color (decimal): -12421141 or 15431490. OLE color: 15431490.
HSL color Cylindrical-coordinate representation of color #4277EB: hue angle of 221.18º 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 #4277EB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 119 | 235 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.08 |
| HSL | 221.18º | 0.81% | 0.59% | - |
| HSV(B) | 221.18º | 0.72% | 0.92% | - |
| XYZ | 23.84 | 20.35 | 81.27 | - |
| YUV | 116.38 | 194.94 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 235 | 0.72 | 0.49 | 0 | 0.08 | 221.18 | 0.81 | 0.59 |
| Hex | 42 | 77 | EB | 48 | 31 | 0 | 8 | DD | 51 | 3B |
| Octal | 102 | 167 | 353 | 110 | 61 | 0 | 10 | 335 | 121 | 73 |
| Binary | 1000010 | 1110111 | 11101011 | 1001000 | 110001 | 0 | 1000 | 11011101 | 1010001 | 111011 |
Color Harmonies of #4277EB
Complementary color
Monochromatic Colors of #4277EB
Black with #4277EB
Text Example
Text Example
White with #4277EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277EB; }
p { color: rgb(66,119,235); }
H1.HeaderClassName
{
color: #4277EB;
}
.AnyTagClassName
{
color: #4277EB;
}
</style>
background-color css
<style>
a { background-color: #4277EB; }
a { background-color: rgb(66,119,235); }
div.DivClassName
{
background-color: #4277EB;
}
.BgClassName
{
background-color: #4277EB;
}
</style>
border-color css
<style>
span { border-color: #4277EB; }
span { border-color: rgb(66,119,235); }
td.TdClassName
{
border-color: #4277EB;
}
.TagClassName
{
border-color: #4277EB;
}
</style>