Shades of Royal Blue #4277FA
Tints of Royal Blue #4277FA
RGB
CMYK
RGB Variations
Color information
#4277FA (or 0x4277FA) is known color: Royal Blue. HEX triplet: 42, 77 and FA. RGB value is (66,119,250). Sum of RGB (Red+Green+Blue) = 66+119+250=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #4277FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4277FA is #BD8805. Grayscale: #757575. Windows color (decimal): -12421126 or 16414530. OLE color: 16414530.
HSL color Cylindrical-coordinate representation of color #4277FA: hue angle of 222.72º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4277FA is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 119 | 250 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.02 |
| HSL | 222.72º | 0.95% | 0.62% | - |
| HSV(B) | 222.72º | 0.74% | 0.98% | - |
| XYZ | 26.1 | 21.25 | 93.17 | - |
| YUV | 118.09 | 202.44 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 250 | 0.74 | 0.52 | 0 | 0.02 | 222.72 | 0.95 | 0.62 |
| Hex | 42 | 77 | FA | 4A | 34 | 0 | 2 | DF | 5F | 3E |
| Octal | 102 | 167 | 372 | 112 | 64 | 0 | 2 | 337 | 137 | 76 |
| Binary | 1000010 | 1110111 | 11111010 | 1001010 | 110100 | 0 | 10 | 11011111 | 1011111 | 111110 |
Color Harmonies of #4277FA
Complementary color
Monochromatic Colors of #4277FA
Black with #4277FA
Text Example
Text Example
White with #4277FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277FA; }
p { color: rgb(66,119,250); }
H1.HeaderClassName
{
color: #4277FA;
}
.AnyTagClassName
{
color: #4277FA;
}
</style>
background-color css
<style>
a { background-color: #4277FA; }
a { background-color: rgb(66,119,250); }
div.DivClassName
{
background-color: #4277FA;
}
.BgClassName
{
background-color: #4277FA;
}
</style>
border-color css
<style>
span { border-color: #4277FA; }
span { border-color: rgb(66,119,250); }
td.TdClassName
{
border-color: #4277FA;
}
.TagClassName
{
border-color: #4277FA;
}
</style>