Html Css Color HEX #4980EA Royal Blue

📋 copy color: '#4980EA'

red 73 ◦ green 128 ◦ blue 234

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

Shades of Royal Blue #4980EA

Tints of Royal Blue #4980EA

RGB

 RED value IS 73 (28.91% from 255) = 16.78%

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

 BLUE value IS 234 (91.8% from 255) = 53.79%

R = 16.78%
G = 29.43%
B = 53.79%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4980EA (or 0x4980EA) is known color: Royal Blue. HEX triplet: 49, 80 and EA. RGB value is (73,128,234). Sum of RGB (Red+Green+Blue) = 73+128+234=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #4980EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4980EA is #B67F15. Grayscale: #7B7B7B. Windows color (decimal): -11960086 or 15368265. OLE color: 15368265.

HSL color Cylindrical-coordinate representation of color #4980EA: hue angle of 219.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4980EA is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 128 234 -
CMYK 0.69 0.45 0 0.08
HSL 219.5º 0.79% 0.6% -
HSV(B) 219.5º 0.69% 0.92% -
XYZ 25.32 22.8 80.91 -
YUV 123.64 190.28 91.88 -
System Red Green Blue C M Y K H S L
Decimal 73 128 234 0.69 0.45 0 0.08 219.5 0.79 0.6
Hex 49 80 EA 45 2D 0 8 DC 4F 3C
Octal 111 200 352 105 55 0 10 334 117 74
Binary 1001001 10000000 11101010 1000101 101101 0 1000 11011100 1001111 111100

Color Harmonies of #4980EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4980EA

Black with #4980EA

Text Example


Text Example

White with #4980EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4980EA; }

 p { color: rgb(73,128,234); }

 H1.HeaderClassName
 {
   color: #4980EA;
 }
 .AnyTagClassName
 {
   color: #4980EA;
 }
</style>

background-color css

<style>
 a { background-color: #4980EA; }

 a { background-color: rgb(73,128,234); }

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

border-color css

<style>
 span { border-color: #4980EA; }

 span { border-color: rgb(73,128,234); }

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