Html Css Color HEX #4880FF Royal Blue

📋 copy color: '#4880FF'

red 72 ◦ green 128 ◦ blue 255

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

Shades of Royal Blue #4880FF

Tints of Royal Blue #4880FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.04%

R = 15.82%
G = 28.13%
B = 56.04%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4880FF (or 0x4880FF) is known color: Royal Blue. HEX triplet: 48, 80 and FF. RGB value is (72,128,255). Sum of RGB (Red+Green+Blue) = 72+128+255=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #4880FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4880FF is #B77F00. Grayscale: #7D7D7D. Windows color (decimal): -12025601 or 16744520. OLE color: 16744520.

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

Color convert

RGB 72 128 255 -
CMYK 0.72 0.50 0 0
HSL 221.64º 1% 0.64% -
HSV(B) 221.64º 0.72% 1% -
XYZ 28.44 24.04 97.75 -
YUV 125.73 200.95 89.67 -
System Red Green Blue C M Y K H S L
Decimal 72 128 255 0.72 0.50 0 0 221.64 1 0.64
Hex 48 80 FF 48 32 0 0 DE 64 40
Octal 110 200 377 110 62 0 0 336 144 100
Binary 1001000 10000000 11111111 1001000 110010 0 0 11011110 1100100 1000000

Color Harmonies of #4880FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4880FF

Black with #4880FF

Text Example


Text Example

White with #4880FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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