Html Css Color HEX #486ACD Royal Blue

📋 copy color: '#486ACD'

red 72 ◦ green 106 ◦ blue 205

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

Shades of Royal Blue #486ACD

Tints of Royal Blue #486ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.68%

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 18.8%
G = 27.68%
B = 53.52%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#486ACD (or 0x486ACD) is known color: Royal Blue. HEX triplet: 48, 6A and CD. RGB value is (72,106,205). Sum of RGB (Red+Green+Blue) = 72+106+205=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #486ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ACD is #B79532. Grayscale: #6A6A6A. Windows color (decimal): -12031283 or 13462088. OLE color: 13462088.

HSL color Cylindrical-coordinate representation of color #486ACD: hue angle of 224.66º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486ACD is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 106 205 -
CMYK 0.65 0.48 0 0.20
HSL 224.66º 0.57% 0.54% -
HSV(B) 224.66º 0.65% 0.8% -
XYZ 18.85 16.09 59.87 -
YUV 107.12 183.24 102.95 -
System Red Green Blue C M Y K H S L
Decimal 72 106 205 0.65 0.48 0 0.20 224.66 0.57 0.54
Hex 48 6A CD 41 30 0 14 E1 39 36
Octal 110 152 315 101 60 0 24 341 71 66
Binary 1001000 1101010 11001101 1000001 110000 0 10100 11100001 111001 110110

Color Harmonies of #486ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486ACD

Black with #486ACD

Text Example


Text Example

White with #486ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486ACD; }

 p { color: rgb(72,106,205); }

 H1.HeaderClassName
 {
   color: #486ACD;
 }
 .AnyTagClassName
 {
   color: #486ACD;
 }
</style>

background-color css

<style>
 a { background-color: #486ACD; }

 a { background-color: rgb(72,106,205); }

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

border-color css

<style>
 span { border-color: #486ACD; }

 span { border-color: rgb(72,106,205); }

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