Html Css Color HEX #4980FE Royal Blue

📋 copy color: '#4980FE'

red 73 ◦ green 128 ◦ blue 254

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

Shades of Royal Blue #4980FE

Tints of Royal Blue #4980FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 16.04%
G = 28.13%
B = 55.82%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4980FE (or 0x4980FE) is known color: Royal Blue. HEX triplet: 49, 80 and FE. RGB value is (73,128,254). Sum of RGB (Red+Green+Blue) = 73+128+254=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #4980FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4980FE is #B67F01. Grayscale: #7D7D7D. Windows color (decimal): -11960066 or 16678985. OLE color: 16678985.

HSL color Cylindrical-coordinate representation of color #4980FE: hue angle of 221.77º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4980FE is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 128 254 -
CMYK 0.71 0.50 0 0.00
HSL 221.77º 0.99% 0.64% -
HSV(B) 221.77º 0.71% 1% -
XYZ 28.36 24.01 96.91 -
YUV 125.92 200.28 90.25 -
System Red Green Blue C M Y K H S L
Decimal 73 128 254 0.71 0.50 0 0.00 221.77 0.99 0.64
Hex 49 80 FE 47 32 0 0 DE 63 40
Octal 111 200 376 107 62 0 0 336 143 100
Binary 1001001 10000000 11111110 1000111 110010 0 0 11011110 1100011 1000000

Color Harmonies of #4980FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4980FE

Black with #4980FE

Text Example


Text Example

White with #4980FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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