Shades of Royal Blue #4279FA
Tints of Royal Blue #4279FA
RGB
CMYK
RGB Variations
Color information
#4279FA (or 0x4279FA) is known color: Royal Blue. HEX triplet: 42, 79 and FA. RGB value is (66,121,250). Sum of RGB (Red+Green+Blue) = 66+121+250=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #4279FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4279FA is #BD8605. Grayscale: #767676. Windows color (decimal): -12420614 or 16415042. OLE color: 16415042.
HSL color Cylindrical-coordinate representation of color #4279FA: hue angle of 222.07º 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 #4279FA is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 121 | 250 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.02 |
| HSL | 222.07º | 0.95% | 0.62% | - |
| HSV(B) | 222.07º | 0.74% | 0.98% | - |
| XYZ | 26.34 | 21.74 | 93.25 | - |
| YUV | 119.26 | 201.78 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 250 | 0.74 | 0.52 | 0 | 0.02 | 222.07 | 0.95 | 0.62 |
| Hex | 42 | 79 | FA | 4A | 34 | 0 | 2 | DE | 5F | 3E |
| Octal | 102 | 171 | 372 | 112 | 64 | 0 | 2 | 336 | 137 | 76 |
| Binary | 1000010 | 1111001 | 11111010 | 1001010 | 110100 | 0 | 10 | 11011110 | 1011111 | 111110 |
Color Harmonies of #4279FA
Complementary color
Monochromatic Colors of #4279FA
Black with #4279FA
Text Example
Text Example
White with #4279FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279FA; }
p { color: rgb(66,121,250); }
H1.HeaderClassName
{
color: #4279FA;
}
.AnyTagClassName
{
color: #4279FA;
}
</style>
background-color css
<style>
a { background-color: #4279FA; }
a { background-color: rgb(66,121,250); }
div.DivClassName
{
background-color: #4279FA;
}
.BgClassName
{
background-color: #4279FA;
}
</style>
border-color css
<style>
span { border-color: #4279FA; }
span { border-color: rgb(66,121,250); }
td.TdClassName
{
border-color: #4279FA;
}
.TagClassName
{
border-color: #4279FA;
}
</style>