Html Css Color HEX #4880FE Royal Blue

📋 copy color: '#4880FE'

red 72 ◦ green 128 ◦ blue 254

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

Shades of Royal Blue #4880FE

Tints of Royal Blue #4880FE

RGB

 RED value IS 72 (28.52% from 255) = 15.86%

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

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

R = 15.86%
G = 28.19%
B = 55.95%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4880FE (or 0x4880FE) is known color: Royal Blue. HEX triplet: 48, 80 and FE. RGB value is (72,128,254). Sum of RGB (Red+Green+Blue) = 72+128+254=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #4880FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4880FE is #B77F01. Grayscale: #7D7D7D. Windows color (decimal): -12025602 or 16678984. OLE color: 16678984.

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

Color convert

RGB 72 128 254 -
CMYK 0.72 0.50 0 0.00
HSL 221.54º 0.99% 0.64% -
HSV(B) 221.54º 0.72% 1% -
XYZ 28.28 23.97 96.9 -
YUV 125.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 72 128 254 0.72 0.50 0 0.00 221.54 0.99 0.64
Hex 48 80 FE 48 32 0 0 DE 63 40
Octal 110 200 376 110 62 0 0 336 143 100
Binary 1001000 10000000 11111110 1001000 110010 0 0 11011110 1100011 1000000

Color Harmonies of #4880FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4880FE

Black with #4880FE

Text Example


Text Example

White with #4880FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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