Html Css Color HEX #486DCC Royal Blue

📋 copy color: '#486DCC'

red 72 ◦ green 109 ◦ blue 204

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

Shades of Royal Blue #486DCC

Tints of Royal Blue #486DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 18.7%
G = 28.31%
B = 52.99%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#486DCC (or 0x486DCC) is known color: Royal Blue. HEX triplet: 48, 6D and CC. RGB value is (72,109,204). Sum of RGB (Red+Green+Blue) = 72+109+204=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #486DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DCC is #B79233. Grayscale: #6C6C6C. Windows color (decimal): -12030516 or 13397320. OLE color: 13397320.

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

Color convert

RGB 72 109 204 -
CMYK 0.65 0.47 0 0.2
HSL 223.18º 0.56% 0.54% -
HSV(B) 223.18º 0.65% 0.8% -
XYZ 19.04 16.67 59.34 -
YUV 108.77 181.74 101.78 -
System Red Green Blue C M Y K H S L
Decimal 72 109 204 0.65 0.47 0 0.2 223.18 0.56 0.54
Hex 48 6D CC 41 2F 0 14 DF 38 36
Octal 110 155 314 101 57 0 24 337 70 66
Binary 1001000 1101101 11001100 1000001 101111 0 10100 11011111 111000 110110

Color Harmonies of #486DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DCC

Black with #486DCC

Text Example


Text Example

White with #486DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,109,204); }

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

background-color css

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

 a { background-color: rgb(72,109,204); }

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

border-color css

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

 span { border-color: rgb(72,109,204); }

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