Html Css Color HEX #4F80EC Royal Blue

📋 copy color: '#4F80EC'

red 79 ◦ green 128 ◦ blue 236

#4F80EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4F80EC

Tints of Royal Blue #4F80EC

RGB

 RED value IS 79 (31.25% from 255) = 17.83%

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 17.83%
G = 28.89%
B = 53.27%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4F80EC (or 0x4F80EC) is known color: Royal Blue. HEX triplet: 4F, 80 and EC. RGB value is (79,128,236). Sum of RGB (Red+Green+Blue) = 79+128+236=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F80EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F80EC is #B07F13. Grayscale: #7D7D7D. Windows color (decimal): -11566868 or 15499343. OLE color: 15499343.

HSL color Cylindrical-coordinate representation of color #4F80EC: hue angle of 221.27º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F80EC is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 128 236 -
CMYK 0.67 0.46 0 0.07
HSL 221.27º 0.81% 0.62% -
HSV(B) 221.27º 0.67% 0.93% -
XYZ 26.08 23.16 82.45 -
YUV 125.66 190.27 94.72 -
System Red Green Blue C M Y K H S L
Decimal 79 128 236 0.67 0.46 0 0.07 221.27 0.81 0.62
Hex 4F 80 EC 43 2E 0 7 DD 51 3E
Octal 117 200 354 103 56 0 7 335 121 76
Binary 1001111 10000000 11101100 1000011 101110 0 111 11011101 1010001 111110

Color Harmonies of #4F80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F80EC

Black with #4F80EC

Text Example


Text Example

White with #4F80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F80EC; }

 p { color: rgb(79,128,236); }

 H1.HeaderClassName
 {
   color: #4F80EC;
 }
 .AnyTagClassName
 {
   color: #4F80EC;
 }
</style>

background-color css

<style>
 a { background-color: #4F80EC; }

 a { background-color: rgb(79,128,236); }

 div.DivClassName
 {
   background-color: #4F80EC;
 }
 .BgClassName
 {
   background-color: #4F80EC;
 }
</style>

border-color css

<style>
 span { border-color: #4F80EC; }

 span { border-color: rgb(79,128,236); }

 td.TdClassName
 {
   border-color: #4F80EC;
 }
 .TagClassName
 {
   border-color: #4F80EC;
 }
</style>