Html Css Color HEX #4980DC Royal Blue

📋 copy color: '#4980DC'

red 73 ◦ green 128 ◦ blue 220

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

Shades of Royal Blue #4980DC

Tints of Royal Blue #4980DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 17.34%
G = 30.4%
B = 52.26%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4980DC (or 0x4980DC) is known color: Royal Blue. HEX triplet: 49, 80 and DC. RGB value is (73,128,220). Sum of RGB (Red+Green+Blue) = 73+128+220=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #4980DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980DC is #B67F23. Grayscale: #797979. Windows color (decimal): -11960100 or 14450761. OLE color: 14450761.

HSL color Cylindrical-coordinate representation of color #4980DC: hue angle of 217.55º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4980DC is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 128 220 -
CMYK 0.67 0.42 0 0.14
HSL 217.55º 0.68% 0.57% -
HSV(B) 217.55º 0.67% 0.86% -
XYZ 23.39 22.02 70.73 -
YUV 122.04 183.28 93.02 -
System Red Green Blue C M Y K H S L
Decimal 73 128 220 0.67 0.42 0 0.14 217.55 0.68 0.57
Hex 49 80 DC 43 2A 0 E DA 44 39
Octal 111 200 334 103 52 0 16 332 104 71
Binary 1001001 10000000 11011100 1000011 101010 0 1110 11011010 1000100 111001

Color Harmonies of #4980DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4980DC

Black with #4980DC

Text Example


Text Example

White with #4980DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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