Html Css Color HEX #486CCE Royal Blue

📋 copy color: '#486CCE'

red 72 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #486CCE

Tints of Royal Blue #486CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 18.65%
G = 27.98%
B = 53.37%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#486CCE (or 0x486CCE) is known color: Royal Blue. HEX triplet: 48, 6C and CE. RGB value is (72,108,206). Sum of RGB (Red+Green+Blue) = 72+108+206=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #486CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CCE is #B79331. Grayscale: #6B6B6B. Windows color (decimal): -12030770 or 13528136. OLE color: 13528136.

HSL color Cylindrical-coordinate representation of color #486CCE: hue angle of 223.88º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486CCE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 108 206 -
CMYK 0.65 0.48 0 0.19
HSL 223.88º 0.58% 0.55% -
HSV(B) 223.88º 0.65% 0.81% -
XYZ 19.18 16.56 60.58 -
YUV 108.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 72 108 206 0.65 0.48 0 0.19 223.88 0.58 0.55
Hex 48 6C CE 41 30 0 13 E0 3A 37
Octal 110 154 316 101 60 0 23 340 72 67
Binary 1001000 1101100 11001110 1000001 110000 0 10011 11100000 111010 110111

Color Harmonies of #486CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CCE

Black with #486CCE

Text Example


Text Example

White with #486CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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