Shades of Royal Blue #4276FD
Tints of Royal Blue #4276FD
RGB
CMYK
RGB Variations
Color information
#4276FD (or 0x4276FD) is known color: Royal Blue. HEX triplet: 42, 76 and FD. RGB value is (66,118,253). Sum of RGB (Red+Green+Blue) = 66+118+253=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #4276FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4276FD is #BD8902. Grayscale: #757575. Windows color (decimal): -12421379 or 16610882. OLE color: 16610882.
HSL color Cylindrical-coordinate representation of color #4276FD: hue angle of 223.32º 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 #4276FD is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 118 | 253 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.01 |
| HSL | 223.32º | 0.98% | 0.63% | - |
| HSV(B) | 223.32º | 0.74% | 0.99% | - |
| XYZ | 26.45 | 21.21 | 95.63 | - |
| YUV | 117.84 | 204.27 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 253 | 0.74 | 0.53 | 0 | 0.01 | 223.32 | 0.98 | 0.63 |
| Hex | 42 | 76 | FD | 4A | 35 | 0 | 1 | DF | 62 | 3F |
| Octal | 102 | 166 | 375 | 112 | 65 | 0 | 1 | 337 | 142 | 77 |
| Binary | 1000010 | 1110110 | 11111101 | 1001010 | 110101 | 0 | 1 | 11011111 | 1100010 | 111111 |
Color Harmonies of #4276FD
Complementary color
Monochromatic Colors of #4276FD
Black with #4276FD
Text Example
Text Example
White with #4276FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4276FD; }
p { color: rgb(66,118,253); }
H1.HeaderClassName
{
color: #4276FD;
}
.AnyTagClassName
{
color: #4276FD;
}
</style>
background-color css
<style>
a { background-color: #4276FD; }
a { background-color: rgb(66,118,253); }
div.DivClassName
{
background-color: #4276FD;
}
.BgClassName
{
background-color: #4276FD;
}
</style>
border-color css
<style>
span { border-color: #4276FD; }
span { border-color: rgb(66,118,253); }
td.TdClassName
{
border-color: #4276FD;
}
.TagClassName
{
border-color: #4276FD;
}
</style>