Html Css Color HEX #4882EA Royal Blue

📋 copy color: '#4882EA'

red 72 ◦ green 130 ◦ blue 234

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

Shades of Royal Blue #4882EA

Tints of Royal Blue #4882EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 16.51%
G = 29.82%
B = 53.67%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4882EA (or 0x4882EA) is known color: Royal Blue. HEX triplet: 48, 82 and EA. RGB value is (72,130,234). Sum of RGB (Red+Green+Blue) = 72+130+234=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #4882EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4882EA is #B77D15. Grayscale: #7C7C7C. Windows color (decimal): -12025110 or 15368776. OLE color: 15368776.

HSL color Cylindrical-coordinate representation of color #4882EA: hue angle of 218.52º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4882EA is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 130 234 -
CMYK 0.69 0.44 0 0.08
HSL 218.52º 0.79% 0.6% -
HSV(B) 218.52º 0.69% 0.92% -
XYZ 25.51 23.28 80.99 -
YUV 124.51 189.78 90.54 -
System Red Green Blue C M Y K H S L
Decimal 72 130 234 0.69 0.44 0 0.08 218.52 0.79 0.6
Hex 48 82 EA 45 2C 0 8 DB 4F 3C
Octal 110 202 352 105 54 0 10 333 117 74
Binary 1001000 10000010 11101010 1000101 101100 0 1000 11011011 1001111 111100

Color Harmonies of #4882EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4882EA

Black with #4882EA

Text Example


Text Example

White with #4882EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4882EA; }

 p { color: rgb(72,130,234); }

 H1.HeaderClassName
 {
   color: #4882EA;
 }
 .AnyTagClassName
 {
   color: #4882EA;
 }
</style>

background-color css

<style>
 a { background-color: #4882EA; }

 a { background-color: rgb(72,130,234); }

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

border-color css

<style>
 span { border-color: #4882EA; }

 span { border-color: rgb(72,130,234); }

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