Shades of Royal Blue #4277EC
Tints of Royal Blue #4277EC
RGB
CMYK
RGB Variations
Color information
#4277EC (or 0x4277EC) is known color: Royal Blue. HEX triplet: 42, 77 and EC. RGB value is (66,119,236). Sum of RGB (Red+Green+Blue) = 66+119+236=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #4277EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4277EC is #BD8813. Grayscale: #737373. Windows color (decimal): -12421140 or 15497026. OLE color: 15497026.
HSL color Cylindrical-coordinate representation of color #4277EC: hue angle of 221.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4277EC is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 119 | 236 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.07 |
| HSL | 221.29º | 0.82% | 0.59% | - |
| HSV(B) | 221.29º | 0.72% | 0.93% | - |
| XYZ | 23.98 | 20.41 | 82.03 | - |
| YUV | 116.49 | 195.44 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 236 | 0.72 | 0.50 | 0 | 0.07 | 221.29 | 0.82 | 0.59 |
| Hex | 42 | 77 | EC | 48 | 32 | 0 | 7 | DD | 52 | 3B |
| Octal | 102 | 167 | 354 | 110 | 62 | 0 | 7 | 335 | 122 | 73 |
| Binary | 1000010 | 1110111 | 11101100 | 1001000 | 110010 | 0 | 111 | 11011101 | 1010010 | 111011 |
Color Harmonies of #4277EC
Complementary color
Monochromatic Colors of #4277EC
Black with #4277EC
Text Example
Text Example
White with #4277EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277EC; }
p { color: rgb(66,119,236); }
H1.HeaderClassName
{
color: #4277EC;
}
.AnyTagClassName
{
color: #4277EC;
}
</style>
background-color css
<style>
a { background-color: #4277EC; }
a { background-color: rgb(66,119,236); }
div.DivClassName
{
background-color: #4277EC;
}
.BgClassName
{
background-color: #4277EC;
}
</style>
border-color css
<style>
span { border-color: #4277EC; }
span { border-color: rgb(66,119,236); }
td.TdClassName
{
border-color: #4277EC;
}
.TagClassName
{
border-color: #4277EC;
}
</style>