Shades of Royal Blue #4277FD
Tints of Royal Blue #4277FD
RGB
CMYK
RGB Variations
Color information
#4277FD (or 0x4277FD) is known color: Royal Blue. HEX triplet: 42, 77 and FD. RGB value is (66,119,253). Sum of RGB (Red+Green+Blue) = 66+119+253=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #4277FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4277FD is #BD8802. Grayscale: #757575. Windows color (decimal): -12421123 or 16611138. OLE color: 16611138.
HSL color Cylindrical-coordinate representation of color #4277FD: hue angle of 222.99º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4277FD is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 119 | 253 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.01 |
| HSL | 222.99º | 0.98% | 0.63% | - |
| HSV(B) | 222.99º | 0.74% | 0.99% | - |
| XYZ | 26.57 | 21.44 | 95.67 | - |
| YUV | 118.43 | 203.94 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 253 | 0.74 | 0.53 | 0 | 0.01 | 222.99 | 0.98 | 0.63 |
| Hex | 42 | 77 | FD | 4A | 35 | 0 | 1 | DF | 62 | 3F |
| Octal | 102 | 167 | 375 | 112 | 65 | 0 | 1 | 337 | 142 | 77 |
| Binary | 1000010 | 1110111 | 11111101 | 1001010 | 110101 | 0 | 1 | 11011111 | 1100010 | 111111 |
Color Harmonies of #4277FD
Complementary color
Monochromatic Colors of #4277FD
Black with #4277FD
Text Example
Text Example
White with #4277FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277FD; }
p { color: rgb(66,119,253); }
H1.HeaderClassName
{
color: #4277FD;
}
.AnyTagClassName
{
color: #4277FD;
}
</style>
background-color css
<style>
a { background-color: #4277FD; }
a { background-color: rgb(66,119,253); }
div.DivClassName
{
background-color: #4277FD;
}
.BgClassName
{
background-color: #4277FD;
}
</style>
border-color css
<style>
span { border-color: #4277FD; }
span { border-color: rgb(66,119,253); }
td.TdClassName
{
border-color: #4277FD;
}
.TagClassName
{
border-color: #4277FD;
}
</style>