Html Css Color HEX #4882DF Royal Blue

📋 copy color: '#4882DF'

red 72 ◦ green 130 ◦ blue 223

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

Shades of Royal Blue #4882DF

Tints of Royal Blue #4882DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 16.94%
G = 30.59%
B = 52.47%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4882DF (or 0x4882DF) is known color: Royal Blue. HEX triplet: 48, 82 and DF. RGB value is (72,130,223). Sum of RGB (Red+Green+Blue) = 72+130+223=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #4882DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4882DF is #B77D20. Grayscale: #7A7A7A. Windows color (decimal): -12025121 or 14647880. OLE color: 14647880.

HSL color Cylindrical-coordinate representation of color #4882DF: hue angle of 216.95º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4882DF is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 130 223 -
CMYK 0.68 0.42 0 0.13
HSL 216.95º 0.7% 0.58% -
HSV(B) 216.95º 0.68% 0.87% -
XYZ 23.97 22.67 72.92 -
YUV 123.26 184.28 91.44 -
System Red Green Blue C M Y K H S L
Decimal 72 130 223 0.68 0.42 0 0.13 216.95 0.7 0.58
Hex 48 82 DF 44 2A 0 D D9 46 3A
Octal 110 202 337 104 52 0 15 331 106 72
Binary 1001000 10000010 11011111 1000100 101010 0 1101 11011001 1000110 111010

Color Harmonies of #4882DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4882DF

Black with #4882DF

Text Example


Text Example

White with #4882DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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