Html Css Color HEX #486CCD Royal Blue

📋 copy color: '#486CCD'

red 72 ◦ green 108 ◦ blue 205

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

Shades of Royal Blue #486CCD

Tints of Royal Blue #486CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

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

R = 18.7%
G = 28.05%
B = 53.25%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#486CCD (or 0x486CCD) is known color: Royal Blue. HEX triplet: 48, 6C and CD. RGB value is (72,108,205). Sum of RGB (Red+Green+Blue) = 72+108+205=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #486CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CCD is #B79332. Grayscale: #6B6B6B. Windows color (decimal): -12030771 or 13462600. OLE color: 13462600.

HSL color Cylindrical-coordinate representation of color #486CCD: hue angle of 223.76º 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 #486CCD is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 108 205 -
CMYK 0.65 0.47 0 0.20
HSL 223.76º 0.57% 0.54% -
HSV(B) 223.76º 0.65% 0.8% -
XYZ 19.05 16.51 59.94 -
YUV 108.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 72 108 205 0.65 0.47 0 0.20 223.76 0.57 0.54
Hex 48 6C CD 41 2F 0 14 E0 39 36
Octal 110 154 315 101 57 0 24 340 71 66
Binary 1001000 1101100 11001101 1000001 101111 0 10100 11100000 111001 110110

Color Harmonies of #486CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CCD

Black with #486CCD

Text Example


Text Example

White with #486CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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