Shades of Royal Blue #4279DF
Tints of Royal Blue #4279DF
RGB
CMYK
RGB Variations
Color information
#4279DF (or 0x4279DF) is known color: Royal Blue. HEX triplet: 42, 79 and DF. RGB value is (66,121,223). Sum of RGB (Red+Green+Blue) = 66+121+223=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #4279DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279DF is #BD8620. Grayscale: #737373. Windows color (decimal): -12420641 or 14645570. OLE color: 14645570.
HSL color Cylindrical-coordinate representation of color #4279DF: hue angle of 218.98º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4279DF is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 121 | 223 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.13 |
| HSL | 218.98º | 0.71% | 0.57% | - |
| HSV(B) | 218.98º | 0.7% | 0.87% | - |
| XYZ | 22.4 | 20.16 | 72.52 | - |
| YUV | 116.18 | 188.28 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 223 | 0.70 | 0.46 | 0 | 0.13 | 218.98 | 0.71 | 0.57 |
| Hex | 42 | 79 | DF | 46 | 2E | 0 | D | DB | 47 | 39 |
| Octal | 102 | 171 | 337 | 106 | 56 | 0 | 15 | 333 | 107 | 71 |
| Binary | 1000010 | 1111001 | 11011111 | 1000110 | 101110 | 0 | 1101 | 11011011 | 1000111 | 111001 |
Color Harmonies of #4279DF
Complementary color
Monochromatic Colors of #4279DF
Black with #4279DF
Text Example
Text Example
White with #4279DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279DF; }
p { color: rgb(66,121,223); }
H1.HeaderClassName
{
color: #4279DF;
}
.AnyTagClassName
{
color: #4279DF;
}
</style>
background-color css
<style>
a { background-color: #4279DF; }
a { background-color: rgb(66,121,223); }
div.DivClassName
{
background-color: #4279DF;
}
.BgClassName
{
background-color: #4279DF;
}
</style>
border-color css
<style>
span { border-color: #4279DF; }
span { border-color: rgb(66,121,223); }
td.TdClassName
{
border-color: #4279DF;
}
.TagClassName
{
border-color: #4279DF;
}
</style>