Shades of Royal Blue #4486F2
Tints of Royal Blue #4486F2
RGB
CMYK
RGB Variations
Color information
#4486F2 (or 0x4486F2) is known color: Royal Blue. HEX triplet: 44, 86 and F2. RGB value is (68,134,242). Sum of RGB (Red+Green+Blue) = 68+134+242=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #4486F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4486F2 is #BB790D. Grayscale: #7E7E7E. Windows color (decimal): -12286222 or 15894084. OLE color: 15894084.
HSL color Cylindrical-coordinate representation of color #4486F2: hue angle of 217.24º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4486F2 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 134 | 242 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.05 |
| HSL | 217.24º | 0.87% | 0.61% | - |
| HSV(B) | 217.24º | 0.72% | 0.95% | - |
| XYZ | 26.94 | 24.69 | 87.35 | - |
| YUV | 126.58 | 193.13 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 242 | 0.72 | 0.45 | 0 | 0.05 | 217.24 | 0.87 | 0.61 |
| Hex | 44 | 86 | F2 | 48 | 2D | 0 | 5 | D9 | 57 | 3D |
| Octal | 104 | 206 | 362 | 110 | 55 | 0 | 5 | 331 | 127 | 75 |
| Binary | 1000100 | 10000110 | 11110010 | 1001000 | 101101 | 0 | 101 | 11011001 | 1010111 | 111101 |
Color Harmonies of #4486F2
Complementary color
Monochromatic Colors of #4486F2
Black with #4486F2
Text Example
Text Example
White with #4486F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4486F2; }
p { color: rgb(68,134,242); }
H1.HeaderClassName
{
color: #4486F2;
}
.AnyTagClassName
{
color: #4486F2;
}
</style>
background-color css
<style>
a { background-color: #4486F2; }
a { background-color: rgb(68,134,242); }
div.DivClassName
{
background-color: #4486F2;
}
.BgClassName
{
background-color: #4486F2;
}
</style>
border-color css
<style>
span { border-color: #4486F2; }
span { border-color: rgb(68,134,242); }
td.TdClassName
{
border-color: #4486F2;
}
.TagClassName
{
border-color: #4486F2;
}
</style>