Html Css Color HEX #506ACE Royal Blue

📋 copy color: '#506ACE'

red 80 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #506ACE

Tints of Royal Blue #506ACE

RGB

 RED value IS 80 (31.64% from 255) = 20.41%

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

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

R = 20.41%
G = 27.04%
B = 52.55%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#506ACE (or 0x506ACE) is known color: Royal Blue. HEX triplet: 50, 6A and CE. RGB value is (80,106,206). Sum of RGB (Red+Green+Blue) = 80+106+206=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #506ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ACE is #AF9531. Grayscale: #6D6D6D. Windows color (decimal): -11506994 or 13527632. OLE color: 13527632.

HSL color Cylindrical-coordinate representation of color #506ACE: hue angle of 227.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506ACE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 106 206 -
CMYK 0.61 0.49 0 0.19
HSL 227.62º 0.56% 0.56% -
HSV(B) 227.62º 0.61% 0.81% -
XYZ 19.6 16.47 60.54 -
YUV 109.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 80 106 206 0.61 0.49 0 0.19 227.62 0.56 0.56
Hex 50 6A CE 3D 31 0 13 E4 38 38
Octal 120 152 316 75 61 0 23 344 70 70
Binary 1010000 1101010 11001110 111101 110001 0 10011 11100100 111000 111000

Color Harmonies of #506ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ACE

Black with #506ACE

Text Example


Text Example

White with #506ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506ACE; }

 p { color: rgb(80,106,206); }

 H1.HeaderClassName
 {
   color: #506ACE;
 }
 .AnyTagClassName
 {
   color: #506ACE;
 }
</style>

background-color css

<style>
 a { background-color: #506ACE; }

 a { background-color: rgb(80,106,206); }

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

border-color css

<style>
 span { border-color: #506ACE; }

 span { border-color: rgb(80,106,206); }

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