Shades of Royal Blue #4277FC
Tints of Royal Blue #4277FC
RGB
CMYK
RGB Variations
Color information
#4277FC (or 0x4277FC) is known color: Royal Blue. HEX triplet: 42, 77 and FC. RGB value is (66,119,252). Sum of RGB (Red+Green+Blue) = 66+119+252=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #4277FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4277FC is #BD8803. Grayscale: #757575. Windows color (decimal): -12421124 or 16545602. OLE color: 16545602.
HSL color Cylindrical-coordinate representation of color #4277FC: hue angle of 222.9º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4277FC is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 119 | 252 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.01 |
| HSL | 222.9º | 0.97% | 0.62% | - |
| HSV(B) | 222.9º | 0.74% | 0.99% | - |
| XYZ | 26.41 | 21.38 | 94.83 | - |
| YUV | 118.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 252 | 0.74 | 0.53 | 0 | 0.01 | 222.9 | 0.97 | 0.62 |
| Hex | 42 | 77 | FC | 4A | 35 | 0 | 1 | DF | 61 | 3E |
| Octal | 102 | 167 | 374 | 112 | 65 | 0 | 1 | 337 | 141 | 76 |
| Binary | 1000010 | 1110111 | 11111100 | 1001010 | 110101 | 0 | 1 | 11011111 | 1100001 | 111110 |
Color Harmonies of #4277FC
Complementary color
Monochromatic Colors of #4277FC
Black with #4277FC
Text Example
Text Example
White with #4277FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277FC; }
p { color: rgb(66,119,252); }
H1.HeaderClassName
{
color: #4277FC;
}
.AnyTagClassName
{
color: #4277FC;
}
</style>
background-color css
<style>
a { background-color: #4277FC; }
a { background-color: rgb(66,119,252); }
div.DivClassName
{
background-color: #4277FC;
}
.BgClassName
{
background-color: #4277FC;
}
</style>
border-color css
<style>
span { border-color: #4277FC; }
span { border-color: rgb(66,119,252); }
td.TdClassName
{
border-color: #4277FC;
}
.TagClassName
{
border-color: #4277FC;
}
</style>