Html Css Color HEX #4880FA Royal Blue

📋 copy color: '#4880FA'

red 72 ◦ green 128 ◦ blue 250

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

Shades of Royal Blue #4880FA

Tints of Royal Blue #4880FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 16%
G = 28.44%
B = 55.56%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4880FA (or 0x4880FA) is known color: Royal Blue. HEX triplet: 48, 80 and FA. RGB value is (72,128,250). Sum of RGB (Red+Green+Blue) = 72+128+250=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #4880FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4880FA is #B77F05. Grayscale: #7C7C7C. Windows color (decimal): -12025606 or 16416840. OLE color: 16416840.

HSL color Cylindrical-coordinate representation of color #4880FA: hue angle of 221.12º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4880FA is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 128 250 -
CMYK 0.71 0.49 0 0.02
HSL 221.12º 0.95% 0.63% -
HSV(B) 221.12º 0.71% 0.98% -
XYZ 27.65 23.72 93.56 -
YUV 125.16 198.45 90.08 -
System Red Green Blue C M Y K H S L
Decimal 72 128 250 0.71 0.49 0 0.02 221.12 0.95 0.63
Hex 48 80 FA 47 31 0 2 DD 5F 3F
Octal 110 200 372 107 61 0 2 335 137 77
Binary 1001000 10000000 11111010 1000111 110001 0 10 11011101 1011111 111111

Color Harmonies of #4880FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4880FA

Black with #4880FA

Text Example


Text Example

White with #4880FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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