Shades of Royal Blue #4279F5
Tints of Royal Blue #4279F5
RGB
CMYK
RGB Variations
Color information
#4279F5 (or 0x4279F5) is known color: Royal Blue. HEX triplet: 42, 79 and F5. RGB value is (66,121,245). Sum of RGB (Red+Green+Blue) = 66+121+245=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 245 (96.09% from 255 or 56.71% from 432); Max value from RGB is 245 - color contains mainly: blue. Hex color #4279F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4279F5 is #BD860A. Grayscale: #767676. Windows color (decimal): -12420619 or 16087362. OLE color: 16087362.
HSL color Cylindrical-coordinate representation of color #4279F5: hue angle of 221.56º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4279F5 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 121 | 245 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.04 |
| HSL | 221.56º | 0.9% | 0.61% | - |
| HSV(B) | 221.56º | 0.73% | 0.96% | - |
| XYZ | 25.57 | 21.43 | 89.17 | - |
| YUV | 118.69 | 199.28 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 245 | 0.73 | 0.51 | 0 | 0.04 | 221.56 | 0.9 | 0.61 |
| Hex | 42 | 79 | F5 | 49 | 33 | 0 | 4 | DE | 5A | 3D |
| Octal | 102 | 171 | 365 | 111 | 63 | 0 | 4 | 336 | 132 | 75 |
| Binary | 1000010 | 1111001 | 11110101 | 1001001 | 110011 | 0 | 100 | 11011110 | 1011010 | 111101 |
Color Harmonies of #4279F5
Complementary color
Monochromatic Colors of #4279F5
Black with #4279F5
Text Example
Text Example
White with #4279F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279F5; }
p { color: rgb(66,121,245); }
H1.HeaderClassName
{
color: #4279F5;
}
.AnyTagClassName
{
color: #4279F5;
}
</style>
background-color css
<style>
a { background-color: #4279F5; }
a { background-color: rgb(66,121,245); }
div.DivClassName
{
background-color: #4279F5;
}
.BgClassName
{
background-color: #4279F5;
}
</style>
border-color css
<style>
span { border-color: #4279F5; }
span { border-color: rgb(66,121,245); }
td.TdClassName
{
border-color: #4279F5;
}
.TagClassName
{
border-color: #4279F5;
}
</style>